Shades of Classic Rose #F6BDE1
Tints of Classic Rose #F6BDE1
RGB
CMYK
RGB Variations
Color information
#F6BDE1 (or 0xF6BDE1) is known color: Classic Rose. HEX triplet: F6, BD and E1. RGB value is (246,189,225). Sum of RGB (Red+Green+Blue) = 246+189+225=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDE1 is #09421E. Grayscale: #D2D2D2. Windows color (decimal): -606751 or 14794230. OLE color: 14794230.
HSL color Cylindrical-coordinate representation of color #F6BDE1: hue angle of 322.11º 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 #F6BDE1 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 225 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 322.11º | 0.76% | 0.85% | - |
| HSV(B) | 322.11º | 0.23% | 0.96% | - |
| XYZ | 69.79 | 61.42 | 79.41 | - |
| YUV | 210.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 225 | 0 | 0.23 | 0.09 | 0.04 | 322.11 | 0.76 | 0.85 |
| Hex | F6 | BD | E1 | 0 | 17 | 9 | 4 | 142 | 4C | 55 |
| Octal | 366 | 275 | 341 | 0 | 27 | 11 | 4 | 502 | 114 | 125 |
| Binary | 11110110 | 10111101 | 11100001 | 0 | 10111 | 1001 | 100 | 101000010 | 1001100 | 1010101 |
Color Harmonies of #F6BDE1
Complementary color
Monochromatic Colors of #F6BDE1
Black with #F6BDE1
Text Example
Text Example
White with #F6BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDE1; }
p { color: rgb(246,189,225); }
H1.HeaderClassName
{
color: #F6BDE1;
}
.AnyTagClassName
{
color: #F6BDE1;
}
</style>
background-color css
<style>
a { background-color: #F6BDE1; }
a { background-color: rgb(246,189,225); }
div.DivClassName
{
background-color: #F6BDE1;
}
.BgClassName
{
background-color: #F6BDE1;
}
</style>
border-color css
<style>
span { border-color: #F6BDE1; }
span { border-color: rgb(246,189,225); }
td.TdClassName
{
border-color: #F6BDE1;
}
.TagClassName
{
border-color: #F6BDE1;
}
</style>