#F2CCDD

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

Shades of Classic Rose #F2CCDD

Tints of Classic Rose #F2CCDD

Color information

#F2CCDD (or 0xF2CCDD) is unknown color: approx Classic Rose. HEX triplet: F2, CC and DD. RGB value is (242,204,221). Sum of RGB (Red+Green+Blue) = 242+204+221=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCDD is #0D3322. Grayscale: #D9D9D9. Windows color (decimal): -865059 or 14535922. OLE color: 14535922.

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

Color convert

RGB242204221-
CMYK00.160.090.05
HSL333.16º59.38%87.45%-
HSV(B)333.16º15.7%94.9%-
XYZ71.2667.2877.64-
YUV217.3130.09145.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=36.28%
G=30.58%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220422100.160.090.05333.1659.3887.45
HexF2CCDD0109514d3b57
Octal36231433502011551573127
Binary11110010110011001101110101000010011011010011011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCDD; }

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

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

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

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

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

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

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

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