Shades of Classic Rose #F4BDDD
Tints of Classic Rose #F4BDDD
RGB
CMYK
RGB Variations
Color information
#F4BDDD (or 0xF4BDDD) is known color: Classic Rose. HEX triplet: F4, BD and DD. RGB value is (244,189,221). Sum of RGB (Red+Green+Blue) = 244+189+221=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDDD is #0B4222. Grayscale: #D1D1D1. Windows color (decimal): -737827 or 14532084. OLE color: 14532084.
HSL color Cylindrical-coordinate representation of color #F4BDDD: hue angle of 325.09º 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 #F4BDDD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 325.09º | 0.71% | 0.85% | - |
| HSV(B) | 325.09º | 0.23% | 0.96% | - |
| XYZ | 68.56 | 60.85 | 76.54 | - |
| YUV | 209.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 221 | 0 | 0.23 | 0.09 | 0.04 | 325.09 | 0.71 | 0.85 |
| Hex | F4 | BD | DD | 0 | 17 | 9 | 4 | 145 | 47 | 55 |
| Octal | 364 | 275 | 335 | 0 | 27 | 11 | 4 | 505 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11011101 | 0 | 10111 | 1001 | 100 | 101000101 | 1000111 | 1010101 |
Color Harmonies of #F4BDDD
Complementary color
Monochromatic Colors of #F4BDDD
Black with #F4BDDD
Text Example
Text Example
White with #F4BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDDD; }
p { color: rgb(244,189,221); }
H1.HeaderClassName
{
color: #F4BDDD;
}
.AnyTagClassName
{
color: #F4BDDD;
}
</style>
background-color css
<style>
a { background-color: #F4BDDD; }
a { background-color: rgb(244,189,221); }
div.DivClassName
{
background-color: #F4BDDD;
}
.BgClassName
{
background-color: #F4BDDD;
}
</style>
border-color css
<style>
span { border-color: #F4BDDD; }
span { border-color: rgb(244,189,221); }
td.TdClassName
{
border-color: #F4BDDD;
}
.TagClassName
{
border-color: #F4BDDD;
}
</style>