#F0CCDA

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

Shades of Classic Rose #F0CCDA

Tints of Classic Rose #F0CCDA

Color information

#F0CCDA (or 0xF0CCDA) is unknown color: approx Classic Rose. HEX triplet: F0, CC and DA. RGB value is (240,204,218). Sum of RGB (Red+Green+Blue) = 240+204+218=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCDA is #0F3325. Grayscale: #D8D8D8. Windows color (decimal): -996134 or 14339312. OLE color: 14339312.

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

Color convert

RGB240204218-
CMYK00.150.090.06
HSL336.67º54.55%87.06%-
HSV(B)336.67º15%94.12%-
XYZ70.1866.7775.52-
YUV216.36128.93144.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=36.25%
G=30.82%
B=32.93%

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
Decimal24020421800.150.090.06336.6754.5587.06
HexF0CCDA0F961513757
Octal36031433201711652167127
Binary1111000011001100110110100111110011101010100011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCDA; }

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

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

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

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

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

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

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

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