Shades of Classic Rose #F6BED6
Tints of Classic Rose #F6BED6
RGB
CMYK
RGB Variations
Color information
#F6BED6 (or 0xF6BED6) is known color: Classic Rose. HEX triplet: F6, BE and D6. RGB value is (246,190,214). Sum of RGB (Red+Green+Blue) = 246+190+214=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED6 is #094129. Grayscale: #D1D1D1. Windows color (decimal): -606506 or 14073590. OLE color: 14073590.
HSL color Cylindrical-coordinate representation of color #F6BED6: hue angle of 334.29º 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 #F6BED6 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 214 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.04 |
| HSL | 334.29º | 0.76% | 0.85% | - |
| HSV(B) | 334.29º | 0.23% | 0.96% | - |
| XYZ | 68.56 | 61.27 | 71.83 | - |
| YUV | 209.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 214 | 0 | 0.23 | 0.13 | 0.04 | 334.29 | 0.76 | 0.85 |
| Hex | F6 | BE | D6 | 0 | 17 | D | 4 | 14E | 4C | 55 |
| Octal | 366 | 276 | 326 | 0 | 27 | 15 | 4 | 516 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11010110 | 0 | 10111 | 1101 | 100 | 101001110 | 1001100 | 1010101 |
Color Harmonies of #F6BED6
Complementary color
Monochromatic Colors of #F6BED6
Black with #F6BED6
Text Example
Text Example
White with #F6BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BED6; }
p { color: rgb(246,190,214); }
H1.HeaderClassName
{
color: #F6BED6;
}
.AnyTagClassName
{
color: #F6BED6;
}
</style>
background-color css
<style>
a { background-color: #F6BED6; }
a { background-color: rgb(246,190,214); }
div.DivClassName
{
background-color: #F6BED6;
}
.BgClassName
{
background-color: #F6BED6;
}
</style>
border-color css
<style>
span { border-color: #F6BED6; }
span { border-color: rgb(246,190,214); }
td.TdClassName
{
border-color: #F6BED6;
}
.TagClassName
{
border-color: #F6BED6;
}
</style>