Shades of Classic Rose #F0D6E4
Tints of Classic Rose #F0D6E4
RGB
CMYK
RGB Variations
Color information
#F0D6E4 (or 0xF0D6E4) is known color: Classic Rose. HEX triplet: F0, D6 and E4. RGB value is (240,214,228). Sum of RGB (Red+Green+Blue) = 240+214+228=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6E4 is #0F291B. Grayscale: #DFDFDF. Windows color (decimal): -993564 or 14997232. OLE color: 14997232.
HSL color Cylindrical-coordinate representation of color #F0D6E4: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D6E4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 214 | 228 | - |
CMYK | 0 | 0.11 | 0.05 | 0.06 |
HSL | 327.69º | 0.46% | 0.89% | - |
HSV(B) | 327.69º | 0.11% | 0.94% | - |
XYZ | 73.99 | 72.22 | 83.44 | - |
YUV | 223.37 | 130.61 | 139.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 214 | 228 | 0 | 0.11 | 0.05 | 0.06 | 327.69 | 0.46 | 0.89 |
Hex | F0 | D6 | E4 | 0 | B | 5 | 6 | 148 | 2E | 59 |
Octal | 360 | 326 | 344 | 0 | 13 | 5 | 6 | 510 | 56 | 131 |
Binary | 11110000 | 11010110 | 11100100 | 0 | 1011 | 101 | 110 | 101001000 | 101110 | 1011001 |
Color Harmonies of #F0D6E4
Complementary color
Monochromatic Colors of #F0D6E4
Black with #F0D6E4
Text Example
Text Example
White with #F0D6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6E4; }
p { color: rgb(240,214,228); }
H1.HeaderClassName
{
color: #F0D6E4;
}
.AnyTagClassName
{
color: #F0D6E4;
}
</style>
background-color css
<style>
a { background-color: #F0D6E4; }
a { background-color: rgb(240,214,228); }
div.DivClassName
{
background-color: #F0D6E4;
}
.BgClassName
{
background-color: #F0D6E4;
}
</style>
border-color css
<style>
span { border-color: #F0D6E4; }
span { border-color: rgb(240,214,228); }
td.TdClassName
{
border-color: #F0D6E4;
}
.TagClassName
{
border-color: #F0D6E4;
}
</style>