Shades of Classic Rose #F6BFDB
Tints of Classic Rose #F6BFDB
RGB
CMYK
RGB Variations
Color information
#F6BFDB (or 0xF6BFDB) is known color: Classic Rose. HEX triplet: F6, BF and DB. RGB value is (246,191,219). Sum of RGB (Red+Green+Blue) = 246+191+219=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFDB is #094024. Grayscale: #D2D2D2. Windows color (decimal): -606245 or 14401526. OLE color: 14401526.
HSL color Cylindrical-coordinate representation of color #F6BFDB: hue angle of 329.45º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFDB is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 219 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.04 |
| HSL | 329.45º | 0.75% | 0.86% | - |
| HSV(B) | 329.45º | 0.22% | 0.96% | - |
| XYZ | 69.42 | 61.97 | 75.32 | - |
| YUV | 210.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 219 | 0 | 0.22 | 0.11 | 0.04 | 329.45 | 0.75 | 0.86 |
| Hex | F6 | BF | DB | 0 | 16 | B | 4 | 149 | 4B | 56 |
| Octal | 366 | 277 | 333 | 0 | 26 | 13 | 4 | 511 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11011011 | 0 | 10110 | 1011 | 100 | 101001001 | 1001011 | 1010110 |
Color Harmonies of #F6BFDB
Complementary color
Monochromatic Colors of #F6BFDB
Black with #F6BFDB
Text Example
Text Example
White with #F6BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFDB; }
p { color: rgb(246,191,219); }
H1.HeaderClassName
{
color: #F6BFDB;
}
.AnyTagClassName
{
color: #F6BFDB;
}
</style>
background-color css
<style>
a { background-color: #F6BFDB; }
a { background-color: rgb(246,191,219); }
div.DivClassName
{
background-color: #F6BFDB;
}
.BgClassName
{
background-color: #F6BFDB;
}
</style>
border-color css
<style>
span { border-color: #F6BFDB; }
span { border-color: rgb(246,191,219); }
td.TdClassName
{
border-color: #F6BFDB;
}
.TagClassName
{
border-color: #F6BFDB;
}
</style>