#F2CCE8

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

Shades of Classic Rose #F2CCE8

Tints of Classic Rose #F2CCE8

Color information

#F2CCE8 (or 0xF2CCE8) is unknown color: approx Classic Rose. HEX triplet: F2, CC and E8. RGB value is (242,204,232). Sum of RGB (Red+Green+Blue) = 242+204+232=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCE8 is #0D3317. Grayscale: #DADADA. Windows color (decimal): -865048 or 15256818. OLE color: 15256818.

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

Color convert

RGB242204232-
CMYK00.160.040.05
HSL315.79º59.38%87.45%-
HSV(B)315.79º15.7%94.9%-
XYZ72.7867.8985.61-
YUV218.55135.59144.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 232 (91.02% from 255) = 34.22%
R=35.69%
G=30.09%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220423200.160.040.05315.7959.3887.45
HexF2CCE80104513c3b57
Octal3623143500204547473127
Binary1111001011001100111010000100001001011001111001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCE8; }

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

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

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

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

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

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

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

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