#F0CBDA

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

Shades of Classic Rose #F0CBDA

Tints of Classic Rose #F0CBDA

Color information

#F0CBDA (or 0xF0CBDA) is unknown color: approx Classic Rose. HEX triplet: F0, CB and DA. RGB value is (240,203,218). Sum of RGB (Red+Green+Blue) = 240+203+218=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBDA is #0F3425. Grayscale: #D7D7D7. Windows color (decimal): -996390 or 14339056. OLE color: 14339056.

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

Color convert

RGB240203218-
CMYK00.150.090.06
HSL335.68º55.22%86.86%-
HSV(B)335.68º15.42%94.12%-
XYZ69.9566.375.44-
YUV215.77129.26145.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.31%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=36.31%
G=30.71%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020321800.150.090.06335.6855.2286.86
HexF0CBDA0F961503757
Octal36031333201711652067127
Binary1111000011001011110110100111110011101010100001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBDA; }

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

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

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

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

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

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

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

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