Shades of Classic Rose #F5BFDB
Tints of Classic Rose #F5BFDB
RGB
CMYK
RGB Variations
Color information
#F5BFDB (or 0xF5BFDB) is known color: Classic Rose. HEX triplet: F5, BF and DB. RGB value is (245,191,219). Sum of RGB (Red+Green+Blue) = 245+191+219=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFDB is #0A4024. Grayscale: #D2D2D2. Windows color (decimal): -671781 or 14401525. OLE color: 14401525.
HSL color Cylindrical-coordinate representation of color #F5BFDB: hue angle of 328.89º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFDB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 219 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.04 |
| HSL | 328.89º | 0.73% | 0.85% | - |
| HSV(B) | 328.89º | 0.22% | 0.96% | - |
| XYZ | 69.07 | 61.79 | 75.3 | - |
| YUV | 210.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 219 | 0 | 0.22 | 0.11 | 0.04 | 328.89 | 0.73 | 0.85 |
| Hex | F5 | BF | DB | 0 | 16 | B | 4 | 149 | 49 | 55 |
| Octal | 365 | 277 | 333 | 0 | 26 | 13 | 4 | 511 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11011011 | 0 | 10110 | 1011 | 100 | 101001001 | 1001001 | 1010101 |
Color Harmonies of #F5BFDB
Complementary color
Monochromatic Colors of #F5BFDB
Black with #F5BFDB
Text Example
Text Example
White with #F5BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFDB; }
p { color: rgb(245,191,219); }
H1.HeaderClassName
{
color: #F5BFDB;
}
.AnyTagClassName
{
color: #F5BFDB;
}
</style>
background-color css
<style>
a { background-color: #F5BFDB; }
a { background-color: rgb(245,191,219); }
div.DivClassName
{
background-color: #F5BFDB;
}
.BgClassName
{
background-color: #F5BFDB;
}
</style>
border-color css
<style>
span { border-color: #F5BFDB; }
span { border-color: rgb(245,191,219); }
td.TdClassName
{
border-color: #F5BFDB;
}
.TagClassName
{
border-color: #F5BFDB;
}
</style>