Shades of Classic Rose #F0CDE2
Tints of Classic Rose #F0CDE2
RGB
CMYK
RGB Variations
Color information
#F0CDE2 (or 0xF0CDE2) is known color: Classic Rose. HEX triplet: F0, CD and E2. RGB value is (240,205,226). Sum of RGB (Red+Green+Blue) = 240+205+226=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDE2 is #0F321D. Grayscale: #D9D9D9. Windows color (decimal): -995870 or 14863856. OLE color: 14863856.
HSL color Cylindrical-coordinate representation of color #F0CDE2: hue angle of 324º degrees, saturation: 0.54, 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 #F0CDE2 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 226 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.06 |
| HSL | 324º | 0.54% | 0.87% | - |
| HSV(B) | 324º | 0.15% | 0.94% | - |
| XYZ | 71.49 | 67.68 | 81.25 | - |
| YUV | 217.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 226 | 0 | 0.15 | 0.06 | 0.06 | 324 | 0.54 | 0.87 |
| Hex | F0 | CD | E2 | 0 | F | 6 | 6 | 144 | 36 | 57 |
| Octal | 360 | 315 | 342 | 0 | 17 | 6 | 6 | 504 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11100010 | 0 | 1111 | 110 | 110 | 101000100 | 110110 | 1010111 |
Color Harmonies of #F0CDE2
Complementary color
Monochromatic Colors of #F0CDE2
Black with #F0CDE2
Text Example
Text Example
White with #F0CDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDE2; }
p { color: rgb(240,205,226); }
H1.HeaderClassName
{
color: #F0CDE2;
}
.AnyTagClassName
{
color: #F0CDE2;
}
</style>
background-color css
<style>
a { background-color: #F0CDE2; }
a { background-color: rgb(240,205,226); }
div.DivClassName
{
background-color: #F0CDE2;
}
.BgClassName
{
background-color: #F0CDE2;
}
</style>
border-color css
<style>
span { border-color: #F0CDE2; }
span { border-color: rgb(240,205,226); }
td.TdClassName
{
border-color: #F0CDE2;
}
.TagClassName
{
border-color: #F0CDE2;
}
</style>