Shades of Classic Rose #F4BCDF
Tints of Classic Rose #F4BCDF
RGB
CMYK
RGB Variations
Color information
#F4BCDF (or 0xF4BCDF) is known color: Classic Rose. HEX triplet: F4, BC and DF. RGB value is (244,188,223). Sum of RGB (Red+Green+Blue) = 244+188+223=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCDF is #0B4320. Grayscale: #D0D0D0. Windows color (decimal): -738081 or 14662900. OLE color: 14662900.
HSL color Cylindrical-coordinate representation of color #F4BCDF: hue angle of 322.5º 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 #F4BCDF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 223 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 322.5º | 0.72% | 0.85% | - |
| HSV(B) | 322.5º | 0.23% | 0.96% | - |
| XYZ | 68.61 | 60.53 | 77.88 | - |
| YUV | 208.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 223 | 0 | 0.23 | 0.09 | 0.04 | 322.5 | 0.72 | 0.85 |
| Hex | F4 | BC | DF | 0 | 17 | 9 | 4 | 142 | 48 | 55 |
| Octal | 364 | 274 | 337 | 0 | 27 | 11 | 4 | 502 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11011111 | 0 | 10111 | 1001 | 100 | 101000010 | 1001000 | 1010101 |
Color Harmonies of #F4BCDF
Complementary color
Monochromatic Colors of #F4BCDF
Black with #F4BCDF
Text Example
Text Example
White with #F4BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCDF; }
p { color: rgb(244,188,223); }
H1.HeaderClassName
{
color: #F4BCDF;
}
.AnyTagClassName
{
color: #F4BCDF;
}
</style>
background-color css
<style>
a { background-color: #F4BCDF; }
a { background-color: rgb(244,188,223); }
div.DivClassName
{
background-color: #F4BCDF;
}
.BgClassName
{
background-color: #F4BCDF;
}
</style>
border-color css
<style>
span { border-color: #F4BCDF; }
span { border-color: rgb(244,188,223); }
td.TdClassName
{
border-color: #F4BCDF;
}
.TagClassName
{
border-color: #F4BCDF;
}
</style>