#F0CBE4

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

Shades of Classic Rose #F0CBE4

Tints of Classic Rose #F0CBE4

Color information

#F0CBE4 (or 0xF0CBE4) is unknown color: approx Classic Rose. HEX triplet: F0, CB and E4. RGB value is (240,203,228). Sum of RGB (Red+Green+Blue) = 240+203+228=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBE4 is #0F341B. Grayscale: #D8D8D8. Windows color (decimal): -996380 or 14994416. OLE color: 14994416.

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

Color convert

RGB240203228-
CMYK00.150.050.06
HSL319.46º55.22%86.86%-
HSV(B)319.46º15.42%94.12%-
XYZ71.2966.8482.54-
YUV216.91134.26144.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=35.77%
G=30.25%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020322800.150.050.06319.4655.2286.86
HexF0CBE40F5613f3757
Octal3603133440175647767127
Binary111100001100101111100100011111011101001111111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBE4; }

 p { color: rgb(240,203,228); }

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

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

 a { background-color: rgb(240,203,228); }

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

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

 span { border-color: rgb(240,203,228); }

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