Shades of Classic Rose #F4BFDD
Tints of Classic Rose #F4BFDD
RGB
CMYK
RGB Variations
Color information
#F4BFDD (or 0xF4BFDD) is known color: Classic Rose. HEX triplet: F4, BF and DD. RGB value is (244,191,221). Sum of RGB (Red+Green+Blue) = 244+191+221=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFDD is #0B4022. Grayscale: #D2D2D2. Windows color (decimal): -737315 or 14532596. OLE color: 14532596.
HSL color Cylindrical-coordinate representation of color #F4BFDD: hue angle of 326.04º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4BFDD is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 221 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.04 |
| HSL | 326.04º | 0.71% | 0.85% | - |
| HSV(B) | 326.04º | 0.22% | 0.96% | - |
| XYZ | 68.99 | 61.72 | 76.68 | - |
| YUV | 210.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 221 | 0 | 0.22 | 0.09 | 0.04 | 326.04 | 0.71 | 0.85 |
| Hex | F4 | BF | DD | 0 | 16 | 9 | 4 | 146 | 47 | 55 |
| Octal | 364 | 277 | 335 | 0 | 26 | 11 | 4 | 506 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11011101 | 0 | 10110 | 1001 | 100 | 101000110 | 1000111 | 1010101 |
Color Harmonies of #F4BFDD
Complementary color
Monochromatic Colors of #F4BFDD
Black with #F4BFDD
Text Example
Text Example
White with #F4BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFDD; }
p { color: rgb(244,191,221); }
H1.HeaderClassName
{
color: #F4BFDD;
}
.AnyTagClassName
{
color: #F4BFDD;
}
</style>
background-color css
<style>
a { background-color: #F4BFDD; }
a { background-color: rgb(244,191,221); }
div.DivClassName
{
background-color: #F4BFDD;
}
.BgClassName
{
background-color: #F4BFDD;
}
</style>
border-color css
<style>
span { border-color: #F4BFDD; }
span { border-color: rgb(244,191,221); }
td.TdClassName
{
border-color: #F4BFDD;
}
.TagClassName
{
border-color: #F4BFDD;
}
</style>