Shades of Classic Rose #F4BDD9
Tints of Classic Rose #F4BDD9
RGB
CMYK
RGB Variations
Color information
#F4BDD9 (or 0xF4BDD9) is known color: Classic Rose. HEX triplet: F4, BD and D9. RGB value is (244,189,217). Sum of RGB (Red+Green+Blue) = 244+189+217=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDD9 is #0B4226. Grayscale: #D0D0D0. Windows color (decimal): -737831 or 14269940. OLE color: 14269940.
HSL color Cylindrical-coordinate representation of color #F4BDD9: hue angle of 329.45º degrees, saturation: 0.71, 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 #F4BDD9 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 217 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 329.45º | 0.71% | 0.85% | - |
| HSV(B) | 329.45º | 0.23% | 0.96% | - |
| XYZ | 68.03 | 60.64 | 73.76 | - |
| YUV | 208.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 217 | 0 | 0.23 | 0.11 | 0.04 | 329.45 | 0.71 | 0.85 |
| Hex | F4 | BD | D9 | 0 | 17 | B | 4 | 149 | 47 | 55 |
| Octal | 364 | 275 | 331 | 0 | 27 | 13 | 4 | 511 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11011001 | 0 | 10111 | 1011 | 100 | 101001001 | 1000111 | 1010101 |
Color Harmonies of #F4BDD9
Complementary color
Monochromatic Colors of #F4BDD9
Black with #F4BDD9
Text Example
Text Example
White with #F4BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDD9; }
p { color: rgb(244,189,217); }
H1.HeaderClassName
{
color: #F4BDD9;
}
.AnyTagClassName
{
color: #F4BDD9;
}
</style>
background-color css
<style>
a { background-color: #F4BDD9; }
a { background-color: rgb(244,189,217); }
div.DivClassName
{
background-color: #F4BDD9;
}
.BgClassName
{
background-color: #F4BDD9;
}
</style>
border-color css
<style>
span { border-color: #F4BDD9; }
span { border-color: rgb(244,189,217); }
td.TdClassName
{
border-color: #F4BDD9;
}
.TagClassName
{
border-color: #F4BDD9;
}
</style>