Shades of Classic Rose #F7BCDD
Tints of Classic Rose #F7BCDD
RGB
CMYK
RGB Variations
Color information
#F7BCDD (or 0xF7BCDD) is known color: Classic Rose. HEX triplet: F7, BC and DD. RGB value is (247,188,221). Sum of RGB (Red+Green+Blue) = 247+188+221=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCDD is #084322. Grayscale: #D1D1D1. Windows color (decimal): -541475 or 14531831. OLE color: 14531831.
HSL color Cylindrical-coordinate representation of color #F7BCDD: hue angle of 326.44º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCDD is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 221 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.03 |
| HSL | 326.44º | 0.79% | 0.85% | - |
| HSV(B) | 326.44º | 0.24% | 0.97% | - |
| XYZ | 69.39 | 60.96 | 76.52 | - |
| YUV | 209.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 221 | 0 | 0.24 | 0.11 | 0.03 | 326.44 | 0.79 | 0.85 |
| Hex | F7 | BC | DD | 0 | 18 | B | 3 | 146 | 4F | 55 |
| Octal | 367 | 274 | 335 | 0 | 30 | 13 | 3 | 506 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11011101 | 0 | 11000 | 1011 | 11 | 101000110 | 1001111 | 1010101 |
Color Harmonies of #F7BCDD
Complementary color
Monochromatic Colors of #F7BCDD
Black with #F7BCDD
Text Example
Text Example
White with #F7BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCDD; }
p { color: rgb(247,188,221); }
H1.HeaderClassName
{
color: #F7BCDD;
}
.AnyTagClassName
{
color: #F7BCDD;
}
</style>
background-color css
<style>
a { background-color: #F7BCDD; }
a { background-color: rgb(247,188,221); }
div.DivClassName
{
background-color: #F7BCDD;
}
.BgClassName
{
background-color: #F7BCDD;
}
</style>
border-color css
<style>
span { border-color: #F7BCDD; }
span { border-color: rgb(247,188,221); }
td.TdClassName
{
border-color: #F7BCDD;
}
.TagClassName
{
border-color: #F7BCDD;
}
</style>