COLOR #F5CADC

HEX: #F5CADC
RGB: (245,202,220)

Renk bilgisi

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

RGB renk modeli

#F5CADC color RGB value is (245,202,220).

  • kırmız ton 245;
  • yeşil ton 202;
  • mavi ton 220.
RGB:
(245,202,220)
(96%,79%,86%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 202 of 255 = 79%
B 220 of 255 = 86%

245
202
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 202 + 220 = 667 (100%)
R 245 of 667 ~ 36.73%
G 202 of 667 ~ 30.28%
B 220 of 667 ~ 32.98%

%36.73
%30.28
%32.98

CMYK RENK MODELİ

#F5CADC rengi CMYK tonu (0,18,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.55%
  • sarı tonu 10.20%
  • ana renk tonu 3.92%
CMYK:
(0,18,10,4)
C0M18Y10K4 
(0%,18%,10%,4%)
(0.00/0.18/0.10/0.04)	

CMYK yüzdeleri

%0
%17.55
%10.2
%3.92

Codes

Color #F5CADC in popluar color models

F5CADC
RGB245202220
HSL335°68.25%87.65%
HSB/HSV335°17.55%96.08%
CMYK0.00%17.55%10.20%
3.92%

Color #F5CADC in popluar number systems.

HEXF5CADC
Decimal245202220
Binary111101011100101011011100
Octal365312334

Shades and tints

Shades of #F5CADC

#F5CADC
(245,202,220)
#DFB8C8
(223,184,200)
#C9A6B4
(201,166,180)
#B394A0
(179,148,160)
#9D828C
(157,130,140)
#877078
(135,112,120)
#715E64
(113,94,100)
#5B4C50
(91,76,80)
#453A3C
(69,58,60)
#2F2828
(47,40,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #F5CADC

#F5CADC
(245,202,220)
#F5CEDF
(245,206,223)
#F5D2E2
(245,210,226)
#F5D6E5
(245,214,229)
#F5DAE8
(245,218,232)
#F5DEEB
(245,222,235)
#F5E2EE
(245,226,238)
#F5E6F1
(245,230,241)
#F5EAF4
(245,234,244)
#F5EEF7
(245,238,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CADC color. Also use rgb(245,202,220) instead hex code.

Text Font Color

.myTextColor { color: #F5CADC; }

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

This text font color is #F5CADC.


Background Color

.myBgColor { background-color: #F5CADC; }

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

This div background color is #F5CADC.


Border color

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

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

This div border color is #F5CADC.


Opacity

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

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

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

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

This text has shadow with #F5CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CADC on black background.


Color preview on white background

This text has color #F5CADC on white background.



Black color preview on #F5CADC background

This text has black color on #F5CADC background.


White color preview on #F5CADC background

This text has white color on #F5CADC background.