#F0C7DA

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

Shades of Classic Rose #F0C7DA

Tints of Classic Rose #F0C7DA

Color information

#F0C7DA (or 0xF0C7DA) is unknown color: approx Classic Rose. HEX triplet: F0, C7 and DA. RGB value is (240,199,218). Sum of RGB (Red+Green+Blue) = 240+199+218=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7DA is #0F3825. Grayscale: #D5D5D5. Windows color (decimal): -997414 or 14338032. OLE color: 14338032.

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

Color convert

RGB240199218-
CMYK00.170.090.06
HSL332.2º57.75%86.08%-
HSV(B)332.2º17.08%94.12%-
XYZ69.0164.4375.13-
YUV213.42130.58146.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 199 (78.12% from 255) = 30.29%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=36.53%
G=30.29%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019921800.170.090.06332.257.7586.08
HexF0C7DA0119614c3a56
Octal36030733202111651472126
Binary11110000110001111101101001000110011101010011001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C7DA; }

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

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

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

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

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

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

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

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