Shades of Classic Rose #F6BDDD
Tints of Classic Rose #F6BDDD
RGB
CMYK
RGB Variations
Color information
#F6BDDD (or 0xF6BDDD) is known color: Classic Rose. HEX triplet: F6, BD and DD. RGB value is (246,189,221). Sum of RGB (Red+Green+Blue) = 246+189+221=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDDD is #094222. Grayscale: #D1D1D1. Windows color (decimal): -606755 or 14532086. OLE color: 14532086.
HSL color Cylindrical-coordinate representation of color #F6BDDD: hue angle of 326.32º 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 #F6BDDD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 221 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 326.32º | 0.76% | 0.85% | - |
| HSV(B) | 326.32º | 0.23% | 0.96% | - |
| XYZ | 69.25 | 61.21 | 76.57 | - |
| YUV | 209.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 221 | 0 | 0.23 | 0.10 | 0.04 | 326.32 | 0.76 | 0.85 |
| Hex | F6 | BD | DD | 0 | 17 | A | 4 | 146 | 4C | 55 |
| Octal | 366 | 275 | 335 | 0 | 27 | 12 | 4 | 506 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11011101 | 0 | 10111 | 1010 | 100 | 101000110 | 1001100 | 1010101 |
Color Harmonies of #F6BDDD
Complementary color
Monochromatic Colors of #F6BDDD
Black with #F6BDDD
Text Example
Text Example
White with #F6BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDDD; }
p { color: rgb(246,189,221); }
H1.HeaderClassName
{
color: #F6BDDD;
}
.AnyTagClassName
{
color: #F6BDDD;
}
</style>
background-color css
<style>
a { background-color: #F6BDDD; }
a { background-color: rgb(246,189,221); }
div.DivClassName
{
background-color: #F6BDDD;
}
.BgClassName
{
background-color: #F6BDDD;
}
</style>
border-color css
<style>
span { border-color: #F6BDDD; }
span { border-color: rgb(246,189,221); }
td.TdClassName
{
border-color: #F6BDDD;
}
.TagClassName
{
border-color: #F6BDDD;
}
</style>