Shades of Classic Rose #F6BEDE
Tints of Classic Rose #F6BEDE
RGB
CMYK
RGB Variations
Color information
#F6BEDE (or 0xF6BEDE) is known color: Classic Rose. HEX triplet: F6, BE and DE. RGB value is (246,190,222). Sum of RGB (Red+Green+Blue) = 246+190+222=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEDE is #094121. Grayscale: #D2D2D2. Windows color (decimal): -606498 or 14597878. OLE color: 14597878.
HSL color Cylindrical-coordinate representation of color #F6BEDE: hue angle of 325.71º 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 #F6BEDE is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 222 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 325.71º | 0.76% | 0.85% | - |
| HSV(B) | 325.71º | 0.23% | 0.96% | - |
| XYZ | 69.6 | 61.69 | 77.35 | - |
| YUV | 210.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 222 | 0 | 0.23 | 0.10 | 0.04 | 325.71 | 0.76 | 0.85 |
| Hex | F6 | BE | DE | 0 | 17 | A | 4 | 146 | 4C | 55 |
| Octal | 366 | 276 | 336 | 0 | 27 | 12 | 4 | 506 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11011110 | 0 | 10111 | 1010 | 100 | 101000110 | 1001100 | 1010101 |
Color Harmonies of #F6BEDE
Complementary color
Monochromatic Colors of #F6BEDE
Black with #F6BEDE
Text Example
Text Example
White with #F6BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEDE; }
p { color: rgb(246,190,222); }
H1.HeaderClassName
{
color: #F6BEDE;
}
.AnyTagClassName
{
color: #F6BEDE;
}
</style>
background-color css
<style>
a { background-color: #F6BEDE; }
a { background-color: rgb(246,190,222); }
div.DivClassName
{
background-color: #F6BEDE;
}
.BgClassName
{
background-color: #F6BEDE;
}
</style>
border-color css
<style>
span { border-color: #F6BEDE; }
span { border-color: rgb(246,190,222); }
td.TdClassName
{
border-color: #F6BEDE;
}
.TagClassName
{
border-color: #F6BEDE;
}
</style>