Shades of Classic Rose #F6BDDE
Tints of Classic Rose #F6BDDE
RGB
CMYK
RGB Variations
Color information
#F6BDDE (or 0xF6BDDE) is known color: Classic Rose. HEX triplet: F6, BD and DE. RGB value is (246,189,222). Sum of RGB (Red+Green+Blue) = 246+189+222=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDDE is #094221. Grayscale: #D1D1D1. Windows color (decimal): -606754 or 14597622. OLE color: 14597622.
HSL color Cylindrical-coordinate representation of color #F6BDDE: hue angle of 325.26º 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 #F6BDDE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 222 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 325.26º | 0.76% | 0.85% | - |
| HSV(B) | 325.26º | 0.23% | 0.96% | - |
| XYZ | 69.39 | 61.26 | 77.27 | - |
| YUV | 209.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 222 | 0 | 0.23 | 0.10 | 0.04 | 325.26 | 0.76 | 0.85 |
| Hex | F6 | BD | DE | 0 | 17 | A | 4 | 145 | 4C | 55 |
| Octal | 366 | 275 | 336 | 0 | 27 | 12 | 4 | 505 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11011110 | 0 | 10111 | 1010 | 100 | 101000101 | 1001100 | 1010101 |
Color Harmonies of #F6BDDE
Complementary color
Monochromatic Colors of #F6BDDE
Black with #F6BDDE
Text Example
Text Example
White with #F6BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDDE; }
p { color: rgb(246,189,222); }
H1.HeaderClassName
{
color: #F6BDDE;
}
.AnyTagClassName
{
color: #F6BDDE;
}
</style>
background-color css
<style>
a { background-color: #F6BDDE; }
a { background-color: rgb(246,189,222); }
div.DivClassName
{
background-color: #F6BDDE;
}
.BgClassName
{
background-color: #F6BDDE;
}
</style>
border-color css
<style>
span { border-color: #F6BDDE; }
span { border-color: rgb(246,189,222); }
td.TdClassName
{
border-color: #F6BDDE;
}
.TagClassName
{
border-color: #F6BDDE;
}
</style>