Shades of Classic Rose #F0C7DF
Tints of Classic Rose #F0C7DF
RGB
CMYK
RGB Variations
Color information
#F0C7DF (or 0xF0C7DF) is known color: Classic Rose. HEX triplet: F0, C7 and DF. RGB value is (240,199,223). Sum of RGB (Red+Green+Blue) = 240+199+223=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7DF is #0F3820. Grayscale: #D5D5D5. Windows color (decimal): -997409 or 14665712. OLE color: 14665712.
HSL color Cylindrical-coordinate representation of color #F0C7DF: hue angle of 324.88º 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 #F0C7DF is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 199 | 223 | - |
CMYK | 0 | 0.17 | 0.07 | 0.06 |
HSL | 324.88º | 0.58% | 0.86% | - |
HSV(B) | 324.88º | 0.17% | 0.94% | - |
XYZ | 69.68 | 64.7 | 78.63 | - |
YUV | 214 | 133.08 | 146.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 199 | 223 | 0 | 0.17 | 0.07 | 0.06 | 324.88 | 0.58 | 0.86 |
Hex | F0 | C7 | DF | 0 | 11 | 7 | 6 | 145 | 3A | 56 |
Octal | 360 | 307 | 337 | 0 | 21 | 7 | 6 | 505 | 72 | 126 |
Binary | 11110000 | 11000111 | 11011111 | 0 | 10001 | 111 | 110 | 101000101 | 111010 | 1010110 |
Color Harmonies of #F0C7DF
Complementary color
Monochromatic Colors of #F0C7DF
Black with #F0C7DF
Text Example
Text Example
White with #F0C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7DF; }
p { color: rgb(240,199,223); }
H1.HeaderClassName
{
color: #F0C7DF;
}
.AnyTagClassName
{
color: #F0C7DF;
}
</style>
background-color css
<style>
a { background-color: #F0C7DF; }
a { background-color: rgb(240,199,223); }
div.DivClassName
{
background-color: #F0C7DF;
}
.BgClassName
{
background-color: #F0C7DF;
}
</style>
border-color css
<style>
span { border-color: #F0C7DF; }
span { border-color: rgb(240,199,223); }
td.TdClassName
{
border-color: #F0C7DF;
}
.TagClassName
{
border-color: #F0C7DF;
}
</style>