#F0C9DA

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

Shades of Classic Rose #F0C9DA

Tints of Classic Rose #F0C9DA

Color information

#F0C9DA (or 0xF0C9DA) is unknown color: approx Classic Rose. HEX triplet: F0, C9 and DA. RGB value is (240,201,218). Sum of RGB (Red+Green+Blue) = 240+201+218=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9DA is #0F3625. Grayscale: #D6D6D6. Windows color (decimal): -996902 or 14338544. OLE color: 14338544.

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

Color convert

RGB240201218-
CMYK00.160.090.06
HSL333.85º56.52%86.47%-
HSV(B)333.85º16.25%94.12%-
XYZ69.4865.3675.28-
YUV214.6129.92146.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 201 (78.91% from 255) = 30.50%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=36.42%
G=30.50%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020121800.160.090.06333.8556.5286.47
HexF0C9DA0109614e3956
Octal36031133202011651671126
Binary11110000110010011101101001000010011101010011101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C9DA; }

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

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

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

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

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

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

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

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