Shades of Classic Rose #F4BCDD
Tints of Classic Rose #F4BCDD
RGB
CMYK
RGB Variations
Color information
#F4BCDD (or 0xF4BCDD) is known color: Classic Rose. HEX triplet: F4, BC and DD. RGB value is (244,188,221). Sum of RGB (Red+Green+Blue) = 244+188+221=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCDD is #0B4322. Grayscale: #D0D0D0. Windows color (decimal): -738083 or 14531828. OLE color: 14531828.
HSL color Cylindrical-coordinate representation of color #F4BCDD: hue angle of 324.64º degrees, saturation: 0.72, 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 #F4BCDD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 324.64º | 0.72% | 0.85% | - |
| HSV(B) | 324.64º | 0.23% | 0.96% | - |
| XYZ | 68.34 | 60.42 | 76.47 | - |
| YUV | 208.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 221 | 0 | 0.23 | 0.09 | 0.04 | 324.64 | 0.72 | 0.85 |
| Hex | F4 | BC | DD | 0 | 17 | 9 | 4 | 145 | 48 | 55 |
| Octal | 364 | 274 | 335 | 0 | 27 | 11 | 4 | 505 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11011101 | 0 | 10111 | 1001 | 100 | 101000101 | 1001000 | 1010101 |
Color Harmonies of #F4BCDD
Complementary color
Monochromatic Colors of #F4BCDD
Black with #F4BCDD
Text Example
Text Example
White with #F4BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCDD; }
p { color: rgb(244,188,221); }
H1.HeaderClassName
{
color: #F4BCDD;
}
.AnyTagClassName
{
color: #F4BCDD;
}
</style>
background-color css
<style>
a { background-color: #F4BCDD; }
a { background-color: rgb(244,188,221); }
div.DivClassName
{
background-color: #F4BCDD;
}
.BgClassName
{
background-color: #F4BCDD;
}
</style>
border-color css
<style>
span { border-color: #F4BCDD; }
span { border-color: rgb(244,188,221); }
td.TdClassName
{
border-color: #F4BCDD;
}
.TagClassName
{
border-color: #F4BCDD;
}
</style>