#F0CEDB

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

Shades of Classic Rose #F0CEDB

Tints of Classic Rose #F0CEDB

Color information

#F0CEDB (or 0xF0CEDB) is unknown color: approx Classic Rose. HEX triplet: F0, CE and DB. RGB value is (240,206,219). Sum of RGB (Red+Green+Blue) = 240+206+219=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEDB is #0F3124. Grayscale: #D9D9D9. Windows color (decimal): -995621 or 14405360. OLE color: 14405360.

HSL color Cylindrical-coordinate representation of color #F0CEDB: hue angle of 337.06º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEDB is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240206219-
CMYK00.140.090.06
HSL337.06º53.12%87.45%-
HSV(B)337.06º14.17%94.12%-
XYZ70.7967.7876.37-
YUV217.65128.76143.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=36.09%
G=30.98%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020621900.140.090.06337.0653.1287.45
HexF0CEDB0E961513557
Octal36031633301611652165127
Binary1111000011001110110110110111010011101010100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CEDB; }

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

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

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

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

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

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

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

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