Shades of Classic Rose #F0CDE7
Tints of Classic Rose #F0CDE7
RGB
CMYK
RGB Variations
Color information
#F0CDE7 (or 0xF0CDE7) is known color: Classic Rose. HEX triplet: F0, CD and E7. RGB value is (240,205,231). Sum of RGB (Red+Green+Blue) = 240+205+231=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDE7 is #0F3218. Grayscale: #DADADA. Windows color (decimal): -995865 or 15191536. OLE color: 15191536.
HSL color Cylindrical-coordinate representation of color #F0CDE7: hue angle of 315.43º 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 #F0CDE7 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 231 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.06 |
| HSL | 315.43º | 0.54% | 0.87% | - |
| HSV(B) | 315.43º | 0.15% | 0.94% | - |
| XYZ | 72.19 | 67.96 | 84.91 | - |
| YUV | 218.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 231 | 0 | 0.15 | 0.04 | 0.06 | 315.43 | 0.54 | 0.87 |
| Hex | F0 | CD | E7 | 0 | F | 4 | 6 | 13B | 36 | 57 |
| Octal | 360 | 315 | 347 | 0 | 17 | 4 | 6 | 473 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11100111 | 0 | 1111 | 100 | 110 | 100111011 | 110110 | 1010111 |
Color Harmonies of #F0CDE7
Complementary color
Monochromatic Colors of #F0CDE7
Black with #F0CDE7
Text Example
Text Example
White with #F0CDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDE7; }
p { color: rgb(240,205,231); }
H1.HeaderClassName
{
color: #F0CDE7;
}
.AnyTagClassName
{
color: #F0CDE7;
}
</style>
background-color css
<style>
a { background-color: #F0CDE7; }
a { background-color: rgb(240,205,231); }
div.DivClassName
{
background-color: #F0CDE7;
}
.BgClassName
{
background-color: #F0CDE7;
}
</style>
border-color css
<style>
span { border-color: #F0CDE7; }
span { border-color: rgb(240,205,231); }
td.TdClassName
{
border-color: #F0CDE7;
}
.TagClassName
{
border-color: #F0CDE7;
}
</style>