COLOR #F5C5DD

HEX: #F5C5DD
RGB: (245,197,221)

Renk bilgisi

#F5C5DD contains red, green and blue colors in about the same proportion. #F5C5DD ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F5C5DD color RGB value is (245,197,221).

  • kırmız ton 245;
  • yeşil ton 197;
  • mavi ton 221.
RGB:
(245,197,221)
(96%,77%,87%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 197 of 255 = 77%
B 221 of 255 = 87%

245
197
221

R + G + B ~ 87%. #F5C5DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 197 + 221 = 663 (100%)
R 245 of 663 ~ 36.95%
G 197 of 663 ~ 29.71%
B 221 of 663 ~ 33.33%

%36.95
%29.71
%33.33

CMYK RENK MODELİ

#F5C5DD rengi CMYK tonu (0,20,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.59%
  • sarı tonu 9.80%
  • ana renk tonu 3.92%
CMYK:
(0,20,10,4)
C0M20Y10K4 
(0%,20%,10%,4%)
(0.00/0.20/0.10/0.04)	

CMYK yüzdeleri

%0
%19.59
%9.8
%3.92

Codes

Color #F5C5DD in popluar color models

F5C5DD
RGB245197221
HSL330°70.59%86.67%
HSB/HSV330°19.59%96.08%
CMYK0.00%19.59%9.80%
3.92%

Color #F5C5DD in popluar number systems.

HEXF5C5DD
Decimal245197221
Binary111101011100010111011101
Octal365305335

Shades and tints

Shades of #F5C5DD

#F5C5DD
(245,197,221)
#DFB4C9
(223,180,201)
#C9A3B5
(201,163,181)
#B392A1
(179,146,161)
#9D818D
(157,129,141)
#877079
(135,112,121)
#715F65
(113,95,101)
#5B4E51
(91,78,81)
#453D3D
(69,61,61)
#2F2C29
(47,44,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #F5C5DD

#F5C5DD
(245,197,221)
#F5CAE0
(245,202,224)
#F5CFE3
(245,207,227)
#F5D4E6
(245,212,230)
#F5D9E9
(245,217,233)
#F5DEEC
(245,222,236)
#F5E3EF
(245,227,239)
#F5E8F2
(245,232,242)
#F5EDF5
(245,237,245)
#F5F2F8
(245,242,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C5DD color. Also use rgb(245,197,221) instead hex code.

Text Font Color

.myTextColor { color: #F5C5DD; }

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

This text font color is #F5C5DD.


Background Color

.myBgColor { background-color: #F5C5DD; }

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

This div background color is #F5C5DD.


Border color

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

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

This div border color is #F5C5DD.


Opacity

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

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

Text with #F5C5DD 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 #F5C5DD;}

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

This text has shadow with #F5C5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C5DD on black background.


Color preview on white background

This text has color #F5C5DD on white background.



Black color preview on #F5C5DD background

This text has black color on #F5C5DD background.


White color preview on #F5C5DD background

This text has white color on #F5C5DD background.