#F4CAD7

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

Shades of Pink Lace #F4CAD7

Tints of Pink Lace #F4CAD7

Color information

#F4CAD7 (or 0xF4CAD7) is unknown color: approx Pink Lace. HEX triplet: F4, CA and D7. RGB value is (244,202,215). Sum of RGB (Red+Green+Blue) = 244+202+215=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAD7 is #0B3528. Grayscale: #D8D8D8. Windows color (decimal): -734505 or 14142196. OLE color: 14142196.

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

Color convert

RGB244202215-
CMYK00.170.120.04
HSL341.43º65.62%87.45%-
HSV(B)341.43º17.21%95.69%-
XYZ70.6966.3873.38-
YUV216.04127.41147.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.91%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=36.91%
G=30.56%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420221500.170.120.04341.4365.6287.45
HexF4CAD7011C41554257
Octal364312327021144525102127
Binary111101001100101011010111010001110010010101010110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAD7; }

 p { color: rgb(244,202,215); }

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

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

 a { background-color: rgb(244,202,215); }

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

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

 span { border-color: rgb(244,202,215); }

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