Shades of Classic Rose #F7BDDD
Tints of Classic Rose #F7BDDD
RGB
CMYK
RGB Variations
Color information
#F7BDDD (or 0xF7BDDD) is known color: Classic Rose. HEX triplet: F7, BD and DD. RGB value is (247,189,221). Sum of RGB (Red+Green+Blue) = 247+189+221=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDDD is #084222. Grayscale: #D1D1D1. Windows color (decimal): -541219 or 14532087. OLE color: 14532087.
HSL color Cylindrical-coordinate representation of color #F7BDDD: hue angle of 326.9º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDDD is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 221 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.03 |
| HSL | 326.9º | 0.78% | 0.85% | - |
| HSV(B) | 326.9º | 0.23% | 0.97% | - |
| XYZ | 69.61 | 61.39 | 76.59 | - |
| YUV | 209.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 221 | 0 | 0.23 | 0.11 | 0.03 | 326.9 | 0.78 | 0.85 |
| Hex | F7 | BD | DD | 0 | 17 | B | 3 | 147 | 4E | 55 |
| Octal | 367 | 275 | 335 | 0 | 27 | 13 | 3 | 507 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11011101 | 0 | 10111 | 1011 | 11 | 101000111 | 1001110 | 1010101 |
Color Harmonies of #F7BDDD
Complementary color
Monochromatic Colors of #F7BDDD
Black with #F7BDDD
Text Example
Text Example
White with #F7BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDDD; }
p { color: rgb(247,189,221); }
H1.HeaderClassName
{
color: #F7BDDD;
}
.AnyTagClassName
{
color: #F7BDDD;
}
</style>
background-color css
<style>
a { background-color: #F7BDDD; }
a { background-color: rgb(247,189,221); }
div.DivClassName
{
background-color: #F7BDDD;
}
.BgClassName
{
background-color: #F7BDDD;
}
</style>
border-color css
<style>
span { border-color: #F7BDDD; }
span { border-color: rgb(247,189,221); }
td.TdClassName
{
border-color: #F7BDDD;
}
.TagClassName
{
border-color: #F7BDDD;
}
</style>