Shades of Classic Rose #F4BBDF
Tints of Classic Rose #F4BBDF
RGB
CMYK
RGB Variations
Color information
#F4BBDF (or 0xF4BBDF) is known color: Classic Rose. HEX triplet: F4, BB and DF. RGB value is (244,187,223). Sum of RGB (Red+Green+Blue) = 244+187+223=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBDF is #0B4420. Grayscale: #D0D0D0. Windows color (decimal): -738337 or 14662644. OLE color: 14662644.
HSL color Cylindrical-coordinate representation of color #F4BBDF: hue angle of 322.11º 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 #F4BBDF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 223 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 322.11º | 0.72% | 0.85% | - |
| HSV(B) | 322.11º | 0.23% | 0.96% | - |
| XYZ | 68.4 | 60.1 | 77.81 | - |
| YUV | 208.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 223 | 0 | 0.23 | 0.09 | 0.04 | 322.11 | 0.72 | 0.85 |
| Hex | F4 | BB | DF | 0 | 17 | 9 | 4 | 142 | 48 | 55 |
| Octal | 364 | 273 | 337 | 0 | 27 | 11 | 4 | 502 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11011111 | 0 | 10111 | 1001 | 100 | 101000010 | 1001000 | 1010101 |
Color Harmonies of #F4BBDF
Complementary color
Monochromatic Colors of #F4BBDF
Black with #F4BBDF
Text Example
Text Example
White with #F4BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBDF; }
p { color: rgb(244,187,223); }
H1.HeaderClassName
{
color: #F4BBDF;
}
.AnyTagClassName
{
color: #F4BBDF;
}
</style>
background-color css
<style>
a { background-color: #F4BBDF; }
a { background-color: rgb(244,187,223); }
div.DivClassName
{
background-color: #F4BBDF;
}
.BgClassName
{
background-color: #F4BBDF;
}
</style>
border-color css
<style>
span { border-color: #F4BBDF; }
span { border-color: rgb(244,187,223); }
td.TdClassName
{
border-color: #F4BBDF;
}
.TagClassName
{
border-color: #F4BBDF;
}
</style>