Shades of Classic Rose #F4BFDC
Tints of Classic Rose #F4BFDC
RGB
CMYK
RGB Variations
Color information
#F4BFDC (or 0xF4BFDC) is known color: Classic Rose. HEX triplet: F4, BF and DC. RGB value is (244,191,220). Sum of RGB (Red+Green+Blue) = 244+191+220=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFDC is #0B4023. Grayscale: #D2D2D2. Windows color (decimal): -737316 or 14467060. OLE color: 14467060.
HSL color Cylindrical-coordinate representation of color #F4BFDC: hue angle of 327.17º 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 #F4BFDC is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 220 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.04 |
| HSL | 327.17º | 0.71% | 0.85% | - |
| HSV(B) | 327.17º | 0.22% | 0.96% | - |
| XYZ | 68.86 | 61.66 | 75.98 | - |
| YUV | 210.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 220 | 0 | 0.22 | 0.10 | 0.04 | 327.17 | 0.71 | 0.85 |
| Hex | F4 | BF | DC | 0 | 16 | A | 4 | 147 | 47 | 55 |
| Octal | 364 | 277 | 334 | 0 | 26 | 12 | 4 | 507 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11011100 | 0 | 10110 | 1010 | 100 | 101000111 | 1000111 | 1010101 |
Color Harmonies of #F4BFDC
Complementary color
Monochromatic Colors of #F4BFDC
Black with #F4BFDC
Text Example
Text Example
White with #F4BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFDC; }
p { color: rgb(244,191,220); }
H1.HeaderClassName
{
color: #F4BFDC;
}
.AnyTagClassName
{
color: #F4BFDC;
}
</style>
background-color css
<style>
a { background-color: #F4BFDC; }
a { background-color: rgb(244,191,220); }
div.DivClassName
{
background-color: #F4BFDC;
}
.BgClassName
{
background-color: #F4BFDC;
}
</style>
border-color css
<style>
span { border-color: #F4BFDC; }
span { border-color: rgb(244,191,220); }
td.TdClassName
{
border-color: #F4BFDC;
}
.TagClassName
{
border-color: #F4BFDC;
}
</style>