Shades of Classic Rose #F4BFDA
Tints of Classic Rose #F4BFDA
RGB
CMYK
RGB Variations
Color information
#F4BFDA (or 0xF4BFDA) is known color: Classic Rose. HEX triplet: F4, BF and DA. RGB value is (244,191,218). Sum of RGB (Red+Green+Blue) = 244+191+218=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFDA is #0B4025. Grayscale: #D1D1D1. Windows color (decimal): -737318 or 14335988. OLE color: 14335988.
HSL color Cylindrical-coordinate representation of color #F4BFDA: hue angle of 329.43º 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 #F4BFDA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 218 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.04 |
| HSL | 329.43º | 0.71% | 0.85% | - |
| HSV(B) | 329.43º | 0.22% | 0.96% | - |
| XYZ | 68.59 | 61.56 | 74.6 | - |
| YUV | 209.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 218 | 0 | 0.22 | 0.11 | 0.04 | 329.43 | 0.71 | 0.85 |
| Hex | F4 | BF | DA | 0 | 16 | B | 4 | 149 | 47 | 55 |
| Octal | 364 | 277 | 332 | 0 | 26 | 13 | 4 | 511 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11011010 | 0 | 10110 | 1011 | 100 | 101001001 | 1000111 | 1010101 |
Color Harmonies of #F4BFDA
Complementary color
Monochromatic Colors of #F4BFDA
Black with #F4BFDA
Text Example
Text Example
White with #F4BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFDA; }
p { color: rgb(244,191,218); }
H1.HeaderClassName
{
color: #F4BFDA;
}
.AnyTagClassName
{
color: #F4BFDA;
}
</style>
background-color css
<style>
a { background-color: #F4BFDA; }
a { background-color: rgb(244,191,218); }
div.DivClassName
{
background-color: #F4BFDA;
}
.BgClassName
{
background-color: #F4BFDA;
}
</style>
border-color css
<style>
span { border-color: #F4BFDA; }
span { border-color: rgb(244,191,218); }
td.TdClassName
{
border-color: #F4BFDA;
}
.TagClassName
{
border-color: #F4BFDA;
}
</style>