#F2CBE8

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

Shades of Classic Rose #F2CBE8

Tints of Classic Rose #F2CBE8

Color information

#F2CBE8 (or 0xF2CBE8) is unknown color: approx Classic Rose. HEX triplet: F2, CB and E8. RGB value is (242,203,232). Sum of RGB (Red+Green+Blue) = 242+203+232=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBE8 is #0D3417. Grayscale: #D9D9D9. Windows color (decimal): -865304 or 15256562. OLE color: 15256562.

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

Color convert

RGB242203232-
CMYK00.160.040.05
HSL315.38º60%87.25%-
HSV(B)315.38º16.12%94.9%-
XYZ72.5467.4285.53-
YUV217.97135.92145.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 203 (79.69% from 255) = 29.99%
BLUE value IS 232 (91.02% from 255) = 34.27%
R=35.75%
G=29.99%
B=34.27%

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
Decimal24220323200.160.040.05315.386087.25
HexF2CBE80104513b3c57
Octal3623133500204547374127
Binary1111001011001011111010000100001001011001110111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CBE8; }

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

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

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

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

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

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

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

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