Shades of Classic Rose #F6BDE4
Tints of Classic Rose #F6BDE4
RGB
CMYK
RGB Variations
Color information
#F6BDE4 (or 0xF6BDE4) is known color: Classic Rose. HEX triplet: F6, BD and E4. RGB value is (246,189,228). Sum of RGB (Red+Green+Blue) = 246+189+228=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDE4 is #09421B. Grayscale: #D2D2D2. Windows color (decimal): -606748 or 14990838. OLE color: 14990838.
HSL color Cylindrical-coordinate representation of color #F6BDE4: hue angle of 318.95º 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 #F6BDE4 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 228 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.04 |
| HSL | 318.95º | 0.76% | 0.85% | - |
| HSV(B) | 318.95º | 0.23% | 0.96% | - |
| XYZ | 70.21 | 61.59 | 81.59 | - |
| YUV | 210.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 228 | 0 | 0.23 | 0.07 | 0.04 | 318.95 | 0.76 | 0.85 |
| Hex | F6 | BD | E4 | 0 | 17 | 7 | 4 | 13F | 4C | 55 |
| Octal | 366 | 275 | 344 | 0 | 27 | 7 | 4 | 477 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11100100 | 0 | 10111 | 111 | 100 | 100111111 | 1001100 | 1010101 |
Color Harmonies of #F6BDE4
Complementary color
Monochromatic Colors of #F6BDE4
Black with #F6BDE4
Text Example
Text Example
White with #F6BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDE4; }
p { color: rgb(246,189,228); }
H1.HeaderClassName
{
color: #F6BDE4;
}
.AnyTagClassName
{
color: #F6BDE4;
}
</style>
background-color css
<style>
a { background-color: #F6BDE4; }
a { background-color: rgb(246,189,228); }
div.DivClassName
{
background-color: #F6BDE4;
}
.BgClassName
{
background-color: #F6BDE4;
}
</style>
border-color css
<style>
span { border-color: #F6BDE4; }
span { border-color: rgb(246,189,228); }
td.TdClassName
{
border-color: #F6BDE4;
}
.TagClassName
{
border-color: #F6BDE4;
}
</style>