#F2CCD8

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

Shades of Pink Lace #F2CCD8

Tints of Pink Lace #F2CCD8

Color information

#F2CCD8 (or 0xF2CCD8) is unknown color: approx Pink Lace. HEX triplet: F2, CC and D8. RGB value is (242,204,216). Sum of RGB (Red+Green+Blue) = 242+204+216=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD8 is #0D3327. Grayscale: #D8D8D8. Windows color (decimal): -865064 or 14208242. OLE color: 14208242.

HSL color Cylindrical-coordinate representation of color #F2CCD8: hue angle of 341.05º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCD8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242204216-
CMYK00.160.110.05
HSL341.05º59.38%87.45%-
HSV(B)341.05º15.7%94.9%-
XYZ70.6167.0274.18-
YUV216.73127.59146.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 216 (84.77% from 255) = 32.63%
R=36.56%
G=30.82%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220421600.160.110.05341.0559.3887.45
HexF2CCD8010B51553b57
Octal36231433002013552573127
Binary11110010110011001101100001000010111011010101011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCD8; }

 p { color: rgb(242,204,216); }

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

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

 a { background-color: rgb(242,204,216); }

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

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

 span { border-color: rgb(242,204,216); }

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