Shades of Classic Rose #F7BFDB
Tints of Classic Rose #F7BFDB
RGB
CMYK
RGB Variations
Color information
#F7BFDB (or 0xF7BFDB) is known color: Classic Rose. HEX triplet: F7, BF and DB. RGB value is (247,191,219). Sum of RGB (Red+Green+Blue) = 247+191+219=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFDB is #084024. Grayscale: #D2D2D2. Windows color (decimal): -540709 or 14401527. OLE color: 14401527.
HSL color Cylindrical-coordinate representation of color #F7BFDB: hue angle of 330º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFDB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 219 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.03 |
| HSL | 330º | 0.78% | 0.86% | - |
| HSV(B) | 330º | 0.23% | 0.97% | - |
| XYZ | 69.77 | 62.15 | 75.34 | - |
| YUV | 210.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 219 | 0 | 0.23 | 0.11 | 0.03 | 330 | 0.78 | 0.86 |
| Hex | F7 | BF | DB | 0 | 17 | B | 3 | 14A | 4E | 56 |
| Octal | 367 | 277 | 333 | 0 | 27 | 13 | 3 | 512 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11011011 | 0 | 10111 | 1011 | 11 | 101001010 | 1001110 | 1010110 |
Color Harmonies of #F7BFDB
Complementary color
Monochromatic Colors of #F7BFDB
Black with #F7BFDB
Text Example
Text Example
White with #F7BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFDB; }
p { color: rgb(247,191,219); }
H1.HeaderClassName
{
color: #F7BFDB;
}
.AnyTagClassName
{
color: #F7BFDB;
}
</style>
background-color css
<style>
a { background-color: #F7BFDB; }
a { background-color: rgb(247,191,219); }
div.DivClassName
{
background-color: #F7BFDB;
}
.BgClassName
{
background-color: #F7BFDB;
}
</style>
border-color css
<style>
span { border-color: #F7BFDB; }
span { border-color: rgb(247,191,219); }
td.TdClassName
{
border-color: #F7BFDB;
}
.TagClassName
{
border-color: #F7BFDB;
}
</style>