#F0CBE3

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

Shades of Classic Rose #F0CBE3

Tints of Classic Rose #F0CBE3

Color information

#F0CBE3 (or 0xF0CBE3) is unknown color: approx Classic Rose. HEX triplet: F0, CB and E3. RGB value is (240,203,227). Sum of RGB (Red+Green+Blue) = 240+203+227=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBE3 is #0F341C. Grayscale: #D8D8D8. Windows color (decimal): -996381 or 14928880. OLE color: 14928880.

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

Color convert

RGB240203227-
CMYK00.150.050.06
HSL321.08º55.22%86.86%-
HSV(B)321.08º15.42%94.12%-
XYZ71.1666.7881.81-
YUV216.8133.76144.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=35.82%
G=30.30%
B=33.88%

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
Decimal24020322700.150.050.06321.0855.2286.86
HexF0CBE30F561413757
Octal3603133430175650167127
Binary111100001100101111100011011111011101010000011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBE3; }

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

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

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

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

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

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

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

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