Shades of Classic Rose #F4BCD8
Tints of Classic Rose #F4BCD8
RGB
CMYK
RGB Variations
Color information
#F4BCD8 (or 0xF4BCD8) is known color: Classic Rose. HEX triplet: F4, BC and D8. RGB value is (244,188,216). Sum of RGB (Red+Green+Blue) = 244+188+216=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCD8 is #0B4327. Grayscale: #CFCFCF. Windows color (decimal): -738088 or 14204148. OLE color: 14204148.
HSL color Cylindrical-coordinate representation of color #F4BCD8: hue angle of 330º 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 #F4BCD8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 216 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 330º | 0.72% | 0.85% | - |
| HSV(B) | 330º | 0.23% | 0.96% | - |
| XYZ | 67.69 | 60.16 | 73.01 | - |
| YUV | 207.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 216 | 0 | 0.23 | 0.11 | 0.04 | 330 | 0.72 | 0.85 |
| Hex | F4 | BC | D8 | 0 | 17 | B | 4 | 14A | 48 | 55 |
| Octal | 364 | 274 | 330 | 0 | 27 | 13 | 4 | 512 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11011000 | 0 | 10111 | 1011 | 100 | 101001010 | 1001000 | 1010101 |
Color Harmonies of #F4BCD8
Complementary color
Monochromatic Colors of #F4BCD8
Black with #F4BCD8
Text Example
Text Example
White with #F4BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCD8; }
p { color: rgb(244,188,216); }
H1.HeaderClassName
{
color: #F4BCD8;
}
.AnyTagClassName
{
color: #F4BCD8;
}
</style>
background-color css
<style>
a { background-color: #F4BCD8; }
a { background-color: rgb(244,188,216); }
div.DivClassName
{
background-color: #F4BCD8;
}
.BgClassName
{
background-color: #F4BCD8;
}
</style>
border-color css
<style>
span { border-color: #F4BCD8; }
span { border-color: rgb(244,188,216); }
td.TdClassName
{
border-color: #F4BCD8;
}
.TagClassName
{
border-color: #F4BCD8;
}
</style>