Shades of Classic Rose #F7C0DB
Tints of Classic Rose #F7C0DB
RGB
CMYK
RGB Variations
Color information
#F7C0DB (or 0xF7C0DB) is known color: Classic Rose. HEX triplet: F7, C0 and DB. RGB value is (247,192,219). Sum of RGB (Red+Green+Blue) = 247+192+219=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C0DB is #083F24. Grayscale: #D3D3D3. Windows color (decimal): -540453 or 14401783. OLE color: 14401783.
HSL color Cylindrical-coordinate representation of color #F7C0DB: hue angle of 330.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C0DB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 219 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.03 |
| HSL | 330.55º | 0.77% | 0.86% | - |
| HSV(B) | 330.55º | 0.22% | 0.97% | - |
| XYZ | 69.99 | 62.59 | 75.41 | - |
| YUV | 211.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 219 | 0 | 0.22 | 0.11 | 0.03 | 330.55 | 0.77 | 0.86 |
| Hex | F7 | C0 | DB | 0 | 16 | B | 3 | 14B | 4D | 56 |
| Octal | 367 | 300 | 333 | 0 | 26 | 13 | 3 | 513 | 115 | 126 |
| Binary | 11110111 | 11000000 | 11011011 | 0 | 10110 | 1011 | 11 | 101001011 | 1001101 | 1010110 |
Color Harmonies of #F7C0DB
Complementary color
Monochromatic Colors of #F7C0DB
Black with #F7C0DB
Text Example
Text Example
White with #F7C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C0DB; }
p { color: rgb(247,192,219); }
H1.HeaderClassName
{
color: #F7C0DB;
}
.AnyTagClassName
{
color: #F7C0DB;
}
</style>
background-color css
<style>
a { background-color: #F7C0DB; }
a { background-color: rgb(247,192,219); }
div.DivClassName
{
background-color: #F7C0DB;
}
.BgClassName
{
background-color: #F7C0DB;
}
</style>
border-color css
<style>
span { border-color: #F7C0DB; }
span { border-color: rgb(247,192,219); }
td.TdClassName
{
border-color: #F7C0DB;
}
.TagClassName
{
border-color: #F7C0DB;
}
</style>