Shades of Classic Rose #F6BDE5
Tints of Classic Rose #F6BDE5
RGB
CMYK
RGB Variations
Color information
#F6BDE5 (or 0xF6BDE5) is known color: Classic Rose. HEX triplet: F6, BD and E5. RGB value is (246,189,229). Sum of RGB (Red+Green+Blue) = 246+189+229=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDE5 is #09421A. Grayscale: #D2D2D2. Windows color (decimal): -606747 or 15056374. OLE color: 15056374.
HSL color Cylindrical-coordinate representation of color #F6BDE5: hue angle of 317.89º 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 #F6BDE5 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 229 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.04 |
| HSL | 317.89º | 0.76% | 0.85% | - |
| HSV(B) | 317.89º | 0.23% | 0.96% | - |
| XYZ | 70.35 | 61.65 | 82.32 | - |
| YUV | 210.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 229 | 0 | 0.23 | 0.07 | 0.04 | 317.89 | 0.76 | 0.85 |
| Hex | F6 | BD | E5 | 0 | 17 | 7 | 4 | 13E | 4C | 55 |
| Octal | 366 | 275 | 345 | 0 | 27 | 7 | 4 | 476 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11100101 | 0 | 10111 | 111 | 100 | 100111110 | 1001100 | 1010101 |
Color Harmonies of #F6BDE5
Complementary color
Monochromatic Colors of #F6BDE5
Black with #F6BDE5
Text Example
Text Example
White with #F6BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDE5; }
p { color: rgb(246,189,229); }
H1.HeaderClassName
{
color: #F6BDE5;
}
.AnyTagClassName
{
color: #F6BDE5;
}
</style>
background-color css
<style>
a { background-color: #F6BDE5; }
a { background-color: rgb(246,189,229); }
div.DivClassName
{
background-color: #F6BDE5;
}
.BgClassName
{
background-color: #F6BDE5;
}
</style>
border-color css
<style>
span { border-color: #F6BDE5; }
span { border-color: rgb(246,189,229); }
td.TdClassName
{
border-color: #F6BDE5;
}
.TagClassName
{
border-color: #F6BDE5;
}
</style>