Shades of Classic Rose #F6BDDB
Tints of Classic Rose #F6BDDB
RGB
CMYK
RGB Variations
Color information
#F6BDDB (or 0xF6BDDB) is known color: Classic Rose. HEX triplet: F6, BD and DB. RGB value is (246,189,219). Sum of RGB (Red+Green+Blue) = 246+189+219=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDDB is #094224. Grayscale: #D1D1D1. Windows color (decimal): -606757 or 14401014. OLE color: 14401014.
HSL color Cylindrical-coordinate representation of color #F6BDDB: hue angle of 328.42º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDDB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 219 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 328.42º | 0.76% | 0.85% | - |
| HSV(B) | 328.42º | 0.23% | 0.96% | - |
| XYZ | 68.99 | 61.1 | 75.18 | - |
| YUV | 209.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 219 | 0 | 0.23 | 0.11 | 0.04 | 328.42 | 0.76 | 0.85 |
| Hex | F6 | BD | DB | 0 | 17 | B | 4 | 148 | 4C | 55 |
| Octal | 366 | 275 | 333 | 0 | 27 | 13 | 4 | 510 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11011011 | 0 | 10111 | 1011 | 100 | 101001000 | 1001100 | 1010101 |
Color Harmonies of #F6BDDB
Complementary color
Monochromatic Colors of #F6BDDB
Black with #F6BDDB
Text Example
Text Example
White with #F6BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDDB; }
p { color: rgb(246,189,219); }
H1.HeaderClassName
{
color: #F6BDDB;
}
.AnyTagClassName
{
color: #F6BDDB;
}
</style>
background-color css
<style>
a { background-color: #F6BDDB; }
a { background-color: rgb(246,189,219); }
div.DivClassName
{
background-color: #F6BDDB;
}
.BgClassName
{
background-color: #F6BDDB;
}
</style>
border-color css
<style>
span { border-color: #F6BDDB; }
span { border-color: rgb(246,189,219); }
td.TdClassName
{
border-color: #F6BDDB;
}
.TagClassName
{
border-color: #F6BDDB;
}
</style>