#F5CFDA

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

Shades of Pink Lace #F5CFDA

Tints of Pink Lace #F5CFDA

Color information

#F5CFDA (or 0xF5CFDA) is unknown color: approx Pink Lace. HEX triplet: F5, CF and DA. RGB value is (245,207,218). Sum of RGB (Red+Green+Blue) = 245+207+218=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFDA is #0A3025. Grayscale: #DBDBDB. Windows color (decimal): -667686 or 14340085. OLE color: 14340085.

HSL color Cylindrical-coordinate representation of color #F5CFDA: hue angle of 342.63º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFDA is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245207218-
CMYK00.160.110.04
HSL342.63º65.52%88.63%-
HSV(B)342.63º15.51%96.08%-
XYZ72.6269.175.84-
YUV219.62127.09146.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=36.57%
G=30.90%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520721800.160.110.04342.6365.5288.63
HexF5CFDA010B41574259
Octal365317332020134527102131
Binary111101011100111111011010010000101110010101011110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CFDA; }

 p { color: rgb(245,207,218); }

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

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

 a { background-color: rgb(245,207,218); }

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

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

 span { border-color: rgb(245,207,218); }

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