Shades of Classic Rose #F0CDDC
Tints of Classic Rose #F0CDDC
RGB
CMYK
RGB Variations
Color information
#F0CDDC (or 0xF0CDDC) is known color: Classic Rose. HEX triplet: F0, CD and DC. RGB value is (240,205,220). Sum of RGB (Red+Green+Blue) = 240+205+220=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDDC is #0F3223. Grayscale: #D9D9D9. Windows color (decimal): -995876 or 14470640. OLE color: 14470640.
HSL color Cylindrical-coordinate representation of color #F0CDDC: hue angle of 334.29º 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 #F0CDDC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 220 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.06 |
| HSL | 334.29º | 0.54% | 0.87% | - |
| HSV(B) | 334.29º | 0.15% | 0.94% | - |
| XYZ | 70.68 | 67.36 | 76.99 | - |
| YUV | 217.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 220 | 0 | 0.15 | 0.08 | 0.06 | 334.29 | 0.54 | 0.87 |
| Hex | F0 | CD | DC | 0 | F | 8 | 6 | 14E | 36 | 57 |
| Octal | 360 | 315 | 334 | 0 | 17 | 10 | 6 | 516 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11011100 | 0 | 1111 | 1000 | 110 | 101001110 | 110110 | 1010111 |
Color Harmonies of #F0CDDC
Complementary color
Monochromatic Colors of #F0CDDC
Black with #F0CDDC
Text Example
Text Example
White with #F0CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDDC; }
p { color: rgb(240,205,220); }
H1.HeaderClassName
{
color: #F0CDDC;
}
.AnyTagClassName
{
color: #F0CDDC;
}
</style>
background-color css
<style>
a { background-color: #F0CDDC; }
a { background-color: rgb(240,205,220); }
div.DivClassName
{
background-color: #F0CDDC;
}
.BgClassName
{
background-color: #F0CDDC;
}
</style>
border-color css
<style>
span { border-color: #F0CDDC; }
span { border-color: rgb(240,205,220); }
td.TdClassName
{
border-color: #F0CDDC;
}
.TagClassName
{
border-color: #F0CDDC;
}
</style>