Shades of Classic Rose #F4BADF
Tints of Classic Rose #F4BADF
RGB
CMYK
RGB Variations
Color information
#F4BADF (or 0xF4BADF) is known color: Classic Rose. HEX triplet: F4, BA and DF. RGB value is (244,186,223). Sum of RGB (Red+Green+Blue) = 244+186+223=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BADF is #0B4520. Grayscale: #CFCFCF. Windows color (decimal): -738593 or 14662388. OLE color: 14662388.
HSL color Cylindrical-coordinate representation of color #F4BADF: hue angle of 321.72º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BADF is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 223 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 321.72º | 0.73% | 0.84% | - |
| HSV(B) | 321.72º | 0.24% | 0.96% | - |
| XYZ | 68.19 | 59.68 | 77.74 | - |
| YUV | 207.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 223 | 0 | 0.24 | 0.09 | 0.04 | 321.72 | 0.73 | 0.84 |
| Hex | F4 | BA | DF | 0 | 18 | 9 | 4 | 142 | 48 | 54 |
| Octal | 364 | 272 | 337 | 0 | 30 | 11 | 4 | 502 | 110 | 124 |
| Binary | 11110100 | 10111010 | 11011111 | 0 | 11000 | 1001 | 100 | 101000010 | 1001000 | 1010100 |
Color Harmonies of #F4BADF
Complementary color
Monochromatic Colors of #F4BADF
Black with #F4BADF
Text Example
Text Example
White with #F4BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BADF; }
p { color: rgb(244,186,223); }
H1.HeaderClassName
{
color: #F4BADF;
}
.AnyTagClassName
{
color: #F4BADF;
}
</style>
background-color css
<style>
a { background-color: #F4BADF; }
a { background-color: rgb(244,186,223); }
div.DivClassName
{
background-color: #F4BADF;
}
.BgClassName
{
background-color: #F4BADF;
}
</style>
border-color css
<style>
span { border-color: #F4BADF; }
span { border-color: rgb(244,186,223); }
td.TdClassName
{
border-color: #F4BADF;
}
.TagClassName
{
border-color: #F4BADF;
}
</style>