#F2CCD0

Color #F2CCD0 Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #F2CCD0

Tints of Pale Rose #F2CCD0

Color information

#F2CCD0 (or 0xF2CCD0) is unknown color: approx Pale Rose. HEX triplet: F2, CC and D0. RGB value is (242,204,208). Sum of RGB (Red+Green+Blue) = 242+204+208=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCD0 is #0D332F. Grayscale: #D7D7D7. Windows color (decimal): -865072 or 13683954. OLE color: 13683954.

HSL color Cylindrical-coordinate representation of color #F2CCD0: hue angle of 353.68º 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 #F2CCD0 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242204208-
CMYK00.160.140.05
HSL353.68º59.38%87.45%-
HSV(B)353.68º15.7%94.9%-
XYZ69.666.6268.86-
YUV215.82123.59146.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=37.00%
G=31.19%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220420800.160.140.05353.6859.3887.45
HexF2CCD0010E51623b57
Octal36231432002016554273127
Binary11110010110011001101000001000011101011011000101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCD0; }

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

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

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

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

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

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

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

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