Shades of Classic Rose #F7C8DE
Tints of Classic Rose #F7C8DE
RGB
CMYK
RGB Variations
Color information
#F7C8DE (or 0xF7C8DE) is known color: Classic Rose. HEX triplet: F7, C8 and DE. RGB value is (247,200,222). Sum of RGB (Red+Green+Blue) = 247+200+222=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C8DE is #083721. Grayscale: #D8D8D8. Windows color (decimal): -538402 or 14600439. OLE color: 14600439.
HSL color Cylindrical-coordinate representation of color #F7C8DE: hue angle of 331.91º 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 #F7C8DE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 222 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.03 |
| HSL | 331.91º | 0.75% | 0.88% | - |
| HSV(B) | 331.91º | 0.19% | 0.97% | - |
| XYZ | 72.2 | 66.36 | 78.11 | - |
| YUV | 216.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 222 | 0 | 0.19 | 0.10 | 0.03 | 331.91 | 0.75 | 0.88 |
| Hex | F7 | C8 | DE | 0 | 13 | A | 3 | 14C | 4B | 58 |
| Octal | 367 | 310 | 336 | 0 | 23 | 12 | 3 | 514 | 113 | 130 |
| Binary | 11110111 | 11001000 | 11011110 | 0 | 10011 | 1010 | 11 | 101001100 | 1001011 | 1011000 |
Color Harmonies of #F7C8DE
Complementary color
Monochromatic Colors of #F7C8DE
Black with #F7C8DE
Text Example
Text Example
White with #F7C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8DE; }
p { color: rgb(247,200,222); }
H1.HeaderClassName
{
color: #F7C8DE;
}
.AnyTagClassName
{
color: #F7C8DE;
}
</style>
background-color css
<style>
a { background-color: #F7C8DE; }
a { background-color: rgb(247,200,222); }
div.DivClassName
{
background-color: #F7C8DE;
}
.BgClassName
{
background-color: #F7C8DE;
}
</style>
border-color css
<style>
span { border-color: #F7C8DE; }
span { border-color: rgb(247,200,222); }
td.TdClassName
{
border-color: #F7C8DE;
}
.TagClassName
{
border-color: #F7C8DE;
}
</style>