#F2CEDB

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

Shades of Classic Rose #F2CEDB

Tints of Classic Rose #F2CEDB

Color information

#F2CEDB (or 0xF2CEDB) is unknown color: approx Classic Rose. HEX triplet: F2, CE and DB. RGB value is (242,206,219). Sum of RGB (Red+Green+Blue) = 242+206+219=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDB is #0D3124. Grayscale: #DADADA. Windows color (decimal): -864549 or 14405362. OLE color: 14405362.

HSL color Cylindrical-coordinate representation of color #F2CEDB: hue angle of 338.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEDB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242206219-
CMYK00.150.100.05
HSL338.33º58.06%87.84%-
HSV(B)338.33º14.88%94.9%-
XYZ71.4868.1376.4-
YUV218.25128.43144.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=36.28%
G=30.88%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220621900.150.100.05338.3358.0687.84
HexF2CEDB0FA51523a58
Octal36231633301712552272130
Binary1111001011001110110110110111110101011010100101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CEDB; }

 p { color: rgb(242,206,219); }

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

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

 a { background-color: rgb(242,206,219); }

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

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

 span { border-color: rgb(242,206,219); }

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