Shades of Classic Rose #F6BEDB
Tints of Classic Rose #F6BEDB
RGB
CMYK
RGB Variations
Color information
#F6BEDB (or 0xF6BEDB) is known color: Classic Rose. HEX triplet: F6, BE and DB. RGB value is (246,190,219). Sum of RGB (Red+Green+Blue) = 246+190+219=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEDB is #094124. Grayscale: #D1D1D1. Windows color (decimal): -606501 or 14401270. OLE color: 14401270.
HSL color Cylindrical-coordinate representation of color #F6BEDB: hue angle of 328.93º 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 #F6BEDB is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 219 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 328.93º | 0.76% | 0.85% | - |
| HSV(B) | 328.93º | 0.23% | 0.96% | - |
| XYZ | 69.21 | 61.53 | 75.25 | - |
| YUV | 210.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 219 | 0 | 0.23 | 0.11 | 0.04 | 328.93 | 0.76 | 0.85 |
| Hex | F6 | BE | DB | 0 | 17 | B | 4 | 149 | 4C | 55 |
| Octal | 366 | 276 | 333 | 0 | 27 | 13 | 4 | 511 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11011011 | 0 | 10111 | 1011 | 100 | 101001001 | 1001100 | 1010101 |
Color Harmonies of #F6BEDB
Complementary color
Monochromatic Colors of #F6BEDB
Black with #F6BEDB
Text Example
Text Example
White with #F6BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEDB; }
p { color: rgb(246,190,219); }
H1.HeaderClassName
{
color: #F6BEDB;
}
.AnyTagClassName
{
color: #F6BEDB;
}
</style>
background-color css
<style>
a { background-color: #F6BEDB; }
a { background-color: rgb(246,190,219); }
div.DivClassName
{
background-color: #F6BEDB;
}
.BgClassName
{
background-color: #F6BEDB;
}
</style>
border-color css
<style>
span { border-color: #F6BEDB; }
span { border-color: rgb(246,190,219); }
td.TdClassName
{
border-color: #F6BEDB;
}
.TagClassName
{
border-color: #F6BEDB;
}
</style>