Shades of Classic Rose #F7C8DD
Tints of Classic Rose #F7C8DD
RGB
CMYK
RGB Variations
Color information
#F7C8DD (or 0xF7C8DD) is known color: Classic Rose. HEX triplet: F7, C8 and DD. RGB value is (247,200,221). Sum of RGB (Red+Green+Blue) = 247+200+221=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8DD is #083722. Grayscale: #D8D8D8. Windows color (decimal): -538403 or 14534903. OLE color: 14534903.
HSL color Cylindrical-coordinate representation of color #F7C8DD: hue angle of 333.19º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C8DD is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 221 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.03 |
| HSL | 333.19º | 0.75% | 0.88% | - |
| HSV(B) | 333.19º | 0.19% | 0.97% | - |
| XYZ | 72.06 | 66.3 | 77.41 | - |
| YUV | 216.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 221 | 0 | 0.19 | 0.11 | 0.03 | 333.19 | 0.75 | 0.88 |
| Hex | F7 | C8 | DD | 0 | 13 | B | 3 | 14D | 4B | 58 |
| Octal | 367 | 310 | 335 | 0 | 23 | 13 | 3 | 515 | 113 | 130 |
| Binary | 11110111 | 11001000 | 11011101 | 0 | 10011 | 1011 | 11 | 101001101 | 1001011 | 1011000 |
Color Harmonies of #F7C8DD
Complementary color
Monochromatic Colors of #F7C8DD
Black with #F7C8DD
Text Example
Text Example
White with #F7C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8DD; }
p { color: rgb(247,200,221); }
H1.HeaderClassName
{
color: #F7C8DD;
}
.AnyTagClassName
{
color: #F7C8DD;
}
</style>
background-color css
<style>
a { background-color: #F7C8DD; }
a { background-color: rgb(247,200,221); }
div.DivClassName
{
background-color: #F7C8DD;
}
.BgClassName
{
background-color: #F7C8DD;
}
</style>
border-color css
<style>
span { border-color: #F7C8DD; }
span { border-color: rgb(247,200,221); }
td.TdClassName
{
border-color: #F7C8DD;
}
.TagClassName
{
border-color: #F7C8DD;
}
</style>