Shades of Classic Rose #F4BFDF
Tints of Classic Rose #F4BFDF
RGB
CMYK
RGB Variations
Color information
#F4BFDF (or 0xF4BFDF) is known color: Classic Rose. HEX triplet: F4, BF and DF. RGB value is (244,191,223). Sum of RGB (Red+Green+Blue) = 244+191+223=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFDF is #0B4020. Grayscale: #D2D2D2. Windows color (decimal): -737313 or 14663668. OLE color: 14663668.
HSL color Cylindrical-coordinate representation of color #F4BFDF: hue angle of 323.77º 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 #F4BFDF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 223 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.04 |
| HSL | 323.77º | 0.71% | 0.85% | - |
| HSV(B) | 323.77º | 0.22% | 0.96% | - |
| XYZ | 69.26 | 61.82 | 78.09 | - |
| YUV | 210.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 223 | 0 | 0.22 | 0.09 | 0.04 | 323.77 | 0.71 | 0.85 |
| Hex | F4 | BF | DF | 0 | 16 | 9 | 4 | 144 | 47 | 55 |
| Octal | 364 | 277 | 337 | 0 | 26 | 11 | 4 | 504 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11011111 | 0 | 10110 | 1001 | 100 | 101000100 | 1000111 | 1010101 |
Color Harmonies of #F4BFDF
Complementary color
Monochromatic Colors of #F4BFDF
Black with #F4BFDF
Text Example
Text Example
White with #F4BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFDF; }
p { color: rgb(244,191,223); }
H1.HeaderClassName
{
color: #F4BFDF;
}
.AnyTagClassName
{
color: #F4BFDF;
}
</style>
background-color css
<style>
a { background-color: #F4BFDF; }
a { background-color: rgb(244,191,223); }
div.DivClassName
{
background-color: #F4BFDF;
}
.BgClassName
{
background-color: #F4BFDF;
}
</style>
border-color css
<style>
span { border-color: #F4BFDF; }
span { border-color: rgb(244,191,223); }
td.TdClassName
{
border-color: #F4BFDF;
}
.TagClassName
{
border-color: #F4BFDF;
}
</style>