Shades of Classic Rose #F7BBDF
Tints of Classic Rose #F7BBDF
RGB
CMYK
RGB Variations
Color information
#F7BBDF (or 0xF7BBDF) is known color: Classic Rose. HEX triplet: F7, BB and DF. RGB value is (247,187,223). Sum of RGB (Red+Green+Blue) = 247+187+223=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBDF is #084420. Grayscale: #D0D0D0. Windows color (decimal): -541729 or 14662647. OLE color: 14662647.
HSL color Cylindrical-coordinate representation of color #F7BBDF: hue angle of 324º 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 #F7BBDF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 223 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.03 |
| HSL | 324º | 0.79% | 0.85% | - |
| HSV(B) | 324º | 0.24% | 0.97% | - |
| XYZ | 69.45 | 60.64 | 77.86 | - |
| YUV | 209.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 223 | 0 | 0.24 | 0.10 | 0.03 | 324 | 0.79 | 0.85 |
| Hex | F7 | BB | DF | 0 | 18 | A | 3 | 144 | 4F | 55 |
| Octal | 367 | 273 | 337 | 0 | 30 | 12 | 3 | 504 | 117 | 125 |
| Binary | 11110111 | 10111011 | 11011111 | 0 | 11000 | 1010 | 11 | 101000100 | 1001111 | 1010101 |
Color Harmonies of #F7BBDF
Complementary color
Monochromatic Colors of #F7BBDF
Black with #F7BBDF
Text Example
Text Example
White with #F7BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBDF; }
p { color: rgb(247,187,223); }
H1.HeaderClassName
{
color: #F7BBDF;
}
.AnyTagClassName
{
color: #F7BBDF;
}
</style>
background-color css
<style>
a { background-color: #F7BBDF; }
a { background-color: rgb(247,187,223); }
div.DivClassName
{
background-color: #F7BBDF;
}
.BgClassName
{
background-color: #F7BBDF;
}
</style>
border-color css
<style>
span { border-color: #F7BBDF; }
span { border-color: rgb(247,187,223); }
td.TdClassName
{
border-color: #F7BBDF;
}
.TagClassName
{
border-color: #F7BBDF;
}
</style>