Shades of Classic Rose #F4BCDA
Tints of Classic Rose #F4BCDA
RGB
CMYK
RGB Variations
Color information
#F4BCDA (or 0xF4BCDA) is known color: Classic Rose. HEX triplet: F4, BC and DA. RGB value is (244,188,218). Sum of RGB (Red+Green+Blue) = 244+188+218=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCDA is #0B4325. Grayscale: #D0D0D0. Windows color (decimal): -738086 or 14335220. OLE color: 14335220.
HSL color Cylindrical-coordinate representation of color #F4BCDA: hue angle of 327.86º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BCDA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 218 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 327.86º | 0.72% | 0.85% | - |
| HSV(B) | 327.86º | 0.23% | 0.96% | - |
| XYZ | 67.95 | 60.26 | 74.38 | - |
| YUV | 208.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 218 | 0 | 0.23 | 0.11 | 0.04 | 327.86 | 0.72 | 0.85 |
| Hex | F4 | BC | DA | 0 | 17 | B | 4 | 148 | 48 | 55 |
| Octal | 364 | 274 | 332 | 0 | 27 | 13 | 4 | 510 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11011010 | 0 | 10111 | 1011 | 100 | 101001000 | 1001000 | 1010101 |
Color Harmonies of #F4BCDA
Complementary color
Monochromatic Colors of #F4BCDA
Black with #F4BCDA
Text Example
Text Example
White with #F4BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCDA; }
p { color: rgb(244,188,218); }
H1.HeaderClassName
{
color: #F4BCDA;
}
.AnyTagClassName
{
color: #F4BCDA;
}
</style>
background-color css
<style>
a { background-color: #F4BCDA; }
a { background-color: rgb(244,188,218); }
div.DivClassName
{
background-color: #F4BCDA;
}
.BgClassName
{
background-color: #F4BCDA;
}
</style>
border-color css
<style>
span { border-color: #F4BCDA; }
span { border-color: rgb(244,188,218); }
td.TdClassName
{
border-color: #F4BCDA;
}
.TagClassName
{
border-color: #F4BCDA;
}
</style>