Shades of Classic Rose #F6BDE0
Tints of Classic Rose #F6BDE0
RGB
CMYK
RGB Variations
Color information
#F6BDE0 (or 0xF6BDE0) is known color: Classic Rose. HEX triplet: F6, BD and E0. RGB value is (246,189,224). Sum of RGB (Red+Green+Blue) = 246+189+224=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDE0 is #09421F. Grayscale: #D1D1D1. Windows color (decimal): -606752 or 14728694. OLE color: 14728694.
HSL color Cylindrical-coordinate representation of color #F6BDE0: hue angle of 323.16º 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 #F6BDE0 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 224 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 323.16º | 0.76% | 0.85% | - |
| HSV(B) | 323.16º | 0.23% | 0.96% | - |
| XYZ | 69.66 | 61.37 | 78.7 | - |
| YUV | 210.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 224 | 0 | 0.23 | 0.09 | 0.04 | 323.16 | 0.76 | 0.85 |
| Hex | F6 | BD | E0 | 0 | 17 | 9 | 4 | 143 | 4C | 55 |
| Octal | 366 | 275 | 340 | 0 | 27 | 11 | 4 | 503 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11100000 | 0 | 10111 | 1001 | 100 | 101000011 | 1001100 | 1010101 |
Color Harmonies of #F6BDE0
Complementary color
Monochromatic Colors of #F6BDE0
Black with #F6BDE0
Text Example
Text Example
White with #F6BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDE0; }
p { color: rgb(246,189,224); }
H1.HeaderClassName
{
color: #F6BDE0;
}
.AnyTagClassName
{
color: #F6BDE0;
}
</style>
background-color css
<style>
a { background-color: #F6BDE0; }
a { background-color: rgb(246,189,224); }
div.DivClassName
{
background-color: #F6BDE0;
}
.BgClassName
{
background-color: #F6BDE0;
}
</style>
border-color css
<style>
span { border-color: #F6BDE0; }
span { border-color: rgb(246,189,224); }
td.TdClassName
{
border-color: #F6BDE0;
}
.TagClassName
{
border-color: #F6BDE0;
}
</style>