Shades of Classic Rose #F4BDDF
Tints of Classic Rose #F4BDDF
RGB
CMYK
RGB Variations
Color information
#F4BDDF (or 0xF4BDDF) is known color: Classic Rose. HEX triplet: F4, BD and DF. RGB value is (244,189,223). Sum of RGB (Red+Green+Blue) = 244+189+223=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDDF is #0B4220. Grayscale: #D1D1D1. Windows color (decimal): -737825 or 14663156. OLE color: 14663156.
HSL color Cylindrical-coordinate representation of color #F4BDDF: hue angle of 322.91º 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 #F4BDDF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 223 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 322.91º | 0.71% | 0.85% | - |
| HSV(B) | 322.91º | 0.23% | 0.96% | - |
| XYZ | 68.83 | 60.96 | 77.95 | - |
| YUV | 209.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 223 | 0 | 0.23 | 0.09 | 0.04 | 322.91 | 0.71 | 0.85 |
| Hex | F4 | BD | DF | 0 | 17 | 9 | 4 | 143 | 47 | 55 |
| Octal | 364 | 275 | 337 | 0 | 27 | 11 | 4 | 503 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11011111 | 0 | 10111 | 1001 | 100 | 101000011 | 1000111 | 1010101 |
Color Harmonies of #F4BDDF
Complementary color
Monochromatic Colors of #F4BDDF
Black with #F4BDDF
Text Example
Text Example
White with #F4BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDDF; }
p { color: rgb(244,189,223); }
H1.HeaderClassName
{
color: #F4BDDF;
}
.AnyTagClassName
{
color: #F4BDDF;
}
</style>
background-color css
<style>
a { background-color: #F4BDDF; }
a { background-color: rgb(244,189,223); }
div.DivClassName
{
background-color: #F4BDDF;
}
.BgClassName
{
background-color: #F4BDDF;
}
</style>
border-color css
<style>
span { border-color: #F4BDDF; }
span { border-color: rgb(244,189,223); }
td.TdClassName
{
border-color: #F4BDDF;
}
.TagClassName
{
border-color: #F4BDDF;
}
</style>