Shades of Classic Rose #F6BEDD
Tints of Classic Rose #F6BEDD
RGB
CMYK
RGB Variations
Color information
#F6BEDD (or 0xF6BEDD) is known color: Classic Rose. HEX triplet: F6, BE and DD. RGB value is (246,190,221). Sum of RGB (Red+Green+Blue) = 246+190+221=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEDD is #094122. Grayscale: #D2D2D2. Windows color (decimal): -606499 or 14532342. OLE color: 14532342.
HSL color Cylindrical-coordinate representation of color #F6BEDD: hue angle of 326.79º 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 #F6BEDD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 221 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 326.79º | 0.76% | 0.85% | - |
| HSV(B) | 326.79º | 0.23% | 0.96% | - |
| XYZ | 69.47 | 61.64 | 76.64 | - |
| YUV | 210.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 221 | 0 | 0.23 | 0.10 | 0.04 | 326.79 | 0.76 | 0.85 |
| Hex | F6 | BE | DD | 0 | 17 | A | 4 | 147 | 4C | 55 |
| Octal | 366 | 276 | 335 | 0 | 27 | 12 | 4 | 507 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11011101 | 0 | 10111 | 1010 | 100 | 101000111 | 1001100 | 1010101 |
Color Harmonies of #F6BEDD
Complementary color
Monochromatic Colors of #F6BEDD
Black with #F6BEDD
Text Example
Text Example
White with #F6BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEDD; }
p { color: rgb(246,190,221); }
H1.HeaderClassName
{
color: #F6BEDD;
}
.AnyTagClassName
{
color: #F6BEDD;
}
</style>
background-color css
<style>
a { background-color: #F6BEDD; }
a { background-color: rgb(246,190,221); }
div.DivClassName
{
background-color: #F6BEDD;
}
.BgClassName
{
background-color: #F6BEDD;
}
</style>
border-color css
<style>
span { border-color: #F6BEDD; }
span { border-color: rgb(246,190,221); }
td.TdClassName
{
border-color: #F6BEDD;
}
.TagClassName
{
border-color: #F6BEDD;
}
</style>