#F2CCE4

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

Shades of Classic Rose #F2CCE4

Tints of Classic Rose #F2CCE4

Color information

#F2CCE4 (or 0xF2CCE4) is unknown color: approx Classic Rose. HEX triplet: F2, CC and E4. RGB value is (242,204,228). Sum of RGB (Red+Green+Blue) = 242+204+228=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCE4 is #0D331B. Grayscale: #DADADA. Windows color (decimal): -865052 or 14994674. OLE color: 14994674.

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

Color convert

RGB242204228-
CMYK00.160.060.05
HSL322.11º59.38%87.45%-
HSV(B)322.11º15.7%94.9%-
XYZ72.2167.6682.65-
YUV218.1133.59145.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=35.91%
G=30.27%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220422800.160.060.05322.1159.3887.45
HexF2CCE4010651423b57
Octal3623143440206550273127
Binary1111001011001100111001000100001101011010000101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCE4; }

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

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

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

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

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

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

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

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