#F9CFD5

Color #F9CFD5 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F9CFD5

Tints of Pink Lace #F9CFD5

Color information

#F9CFD5 (or 0xF9CFD5) is unknown color: approx Pink Lace. HEX triplet: F9, CF and D5. RGB value is (249,207,213). Sum of RGB (Red+Green+Blue) = 249+207+213=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFD5 is #06302A. Grayscale: #DCDCDC. Windows color (decimal): -405547 or 14012409. OLE color: 14012409.

HSL color Cylindrical-coordinate representation of color #F9CFD5: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CFD5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249207213-
CMYK00.170.140.02
HSL351.43º77.78%89.41%-
HSV(B)351.43º16.87%97.65%-
XYZ73.3969.5772.51-
YUV220.24123.91148.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=37.22%
G=30.94%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920721300.170.140.02351.4377.7889.41
HexF9CFD5011E215f4e59
Octal371317325021162537116131
Binary11111001110011111101010101000111101010101111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFD5; }

 p { color: rgb(249,207,213); }

 H1.HeaderClassName
 {
   color: #F9CFD5;
 }
 .AnyTagClassName
 {
   color: #F9CFD5;
 }
</style>
background-color css

<style>
 a { background-color: #F9CFD5; }

 a { background-color: rgb(249,207,213); }

 div.DivClassName
 {
   background-color: #F9CFD5;
 }
 .BgClassName
 {
   background-color: #F9CFD5;
 }
</style>
border-color css

<style>
 span { border-color: #F9CFD5; }

 span { border-color: rgb(249,207,213); }

 td.TdClassName
 {
   border-color: #F9CFD5;
 }
 .TagClassName
 {
   border-color: #F9CFD5;
 }
</style>