Shades of Classic Rose #F0C7DA
Tints of Classic Rose #F0C7DA
RGB
CMYK
RGB Variations
Color information
#F0C7DA (or 0xF0C7DA) is known color: 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
| RGB | 240 | 199 | 218 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.06 |
| HSL | 332.2º | 0.58% | 0.86% | - |
| HSV(B) | 332.2º | 0.17% | 0.94% | - |
| XYZ | 69.01 | 64.43 | 75.13 | - |
| YUV | 213.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 218 | 0 | 0.17 | 0.09 | 0.06 | 332.2 | 0.58 | 0.86 |
| Hex | F0 | C7 | DA | 0 | 11 | 9 | 6 | 14C | 3A | 56 |
| Octal | 360 | 307 | 332 | 0 | 21 | 11 | 6 | 514 | 72 | 126 |
| Binary | 11110000 | 11000111 | 11011010 | 0 | 10001 | 1001 | 110 | 101001100 | 111010 | 1010110 |
Color Harmonies of #F0C7DA
Complementary color
Monochromatic Colors of #F0C7DA
Black with #F0C7DA
Text Example
Text Example
White with #F0C7DA
Text Example
Text Example
HTML Codes & Css Web 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>