COLOR #F697D4

HEX: #F697D4
RGB: (246,151,212)

Renk bilgisi

#F697D4 contains mainly red and blue colors. #F697D4 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F697D4 color RGB value is (246,151,212).

  • kırmız ton 246;
  • yeşil ton 151;
  • mavi ton 212.
RGB:
(246,151,212)
(96%,59%,83%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 151 of 255 = 59%
B 212 of 255 = 83%

246
151
212

R + G + B ~ 79%. #F697D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 151 + 212 = 609 (100%)
R 246 of 609 ~ 40.39%
G 151 of 609 ~ 24.79%
B 212 of 609 ~ 34.81%

%40.39
%24.79
%34.81

CMYK RENK MODELİ

#F697D4 rengi CMYK tonu (0,39,14,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.62%
  • sarı tonu 13.82%
  • ana renk tonu 3.53%
CMYK:
(0,39,14,4)
C0M39Y14K4 
(0%,39%,14%,4%)
(0.00/0.39/0.14/0.04)	

CMYK yüzdeleri

%0
%38.62
%13.82
%3.53

Codes

Color #F697D4 in popluar color models

F697D4
RGB246151212
HSL321°84.07%77.84%
HSB/HSV321°38.62%96.47%
CMYK0.00%38.62%13.82%
3.53%

Color #F697D4 in popluar number systems.

HEXF697D4
Decimal246151212
Binary111101101001011111010100
Octal366227324

Shades and tints

Shades of #F697D4

#F697D4
(246,151,212)
#E08AC1
(224,138,193)
#CA7DAE
(202,125,174)
#B4709B
(180,112,155)
#9E6388
(158,99,136)
#885675
(136,86,117)
#724962
(114,73,98)
#5C3C4F
(92,60,79)
#462F3C
(70,47,60)
#302229
(48,34,41)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #F697D4

#F697D4
(246,151,212)
#F6A0D7
(246,160,215)
#F6A9DA
(246,169,218)
#F6B2DD
(246,178,221)
#F6BBE0
(246,187,224)
#F6C4E3
(246,196,227)
#F6CDE6
(246,205,230)
#F6D6E9
(246,214,233)
#F6DFEC
(246,223,236)
#F6E8EF
(246,232,239)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F697D4 color. Also use rgb(246,151,212) instead hex code.

Text Font Color

.myTextColor { color: #F697D4; }

<p style="color:#F697D4">This sample text font color is #F697D4.</p>

This text font color is #F697D4.


Background Color

.myBgColor { background-color: #F697D4; }

<div style="background-color:#F697D4">Inner text</div>

This div background color is #F697D4.


Border color

.myBorderColor { border: 1px solid #F697D4; }

<div style="border:3px solid #F697D4">Div</div>

This div border color is #F697D4.


Opacity

.myOpacity80 { color: #F697D4; opacity: 0.8; }

<p style="color:#F697D4;opacity:0.8;">80%</p>

Text with #F697D4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F697D4;}

<p style="text-shadow: 3px 3px 1px #F697D4">Text here.</p>

This text has shadow with #F697D4 color.

.textShadow {text-shadow: 3px 3px 1px #F697D4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F697D4, 5px 5px 20px red">Text here.</p>

This text has shadow with #F697D4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F697D4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F697D4, Direction=45, Strength=4)">Text</p>

This text has shadow with #F697D4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F697D4;
  -webkit-box-shadow:	1px 1px 3px 2px #F697D4;
  box-shadow:		1px 1px 3px 2px #F697D4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F697D4;
-webkit-box-shadow: 1px 1px 3px 2px #F697D4;
box-shadow:1px 1px 3px 2px #F697D4;">
Div content here</div>
This div box has shadow with color #F697D4.

Preview

Color preview on black background

This text has color #F697D4 on black background.


Color preview on white background

This text has color #F697D4 on white background.



Black color preview on #F697D4 background

This text has black color on #F697D4 background.


White color preview on #F697D4 background

This text has white color on #F697D4 background.