Shades of Classic Rose #F4BCDC
Tints of Classic Rose #F4BCDC
RGB
CMYK
RGB Variations
Color information
#F4BCDC (or 0xF4BCDC) is known color: Classic Rose. HEX triplet: F4, BC and DC. RGB value is (244,188,220). Sum of RGB (Red+Green+Blue) = 244+188+220=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCDC is #0B4323. Grayscale: #D0D0D0. Windows color (decimal): -738084 or 14466292. OLE color: 14466292.
HSL color Cylindrical-coordinate representation of color #F4BCDC: hue angle of 325.71º 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 #F4BCDC is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 220 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 325.71º | 0.72% | 0.85% | - |
| HSV(B) | 325.71º | 0.23% | 0.96% | - |
| XYZ | 68.21 | 60.37 | 75.77 | - |
| YUV | 208.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 220 | 0 | 0.23 | 0.10 | 0.04 | 325.71 | 0.72 | 0.85 |
| Hex | F4 | BC | DC | 0 | 17 | A | 4 | 146 | 48 | 55 |
| Octal | 364 | 274 | 334 | 0 | 27 | 12 | 4 | 506 | 110 | 125 |
| Binary | 11110100 | 10111100 | 11011100 | 0 | 10111 | 1010 | 100 | 101000110 | 1001000 | 1010101 |
Color Harmonies of #F4BCDC
Complementary color
Monochromatic Colors of #F4BCDC
Black with #F4BCDC
Text Example
Text Example
White with #F4BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCDC; }
p { color: rgb(244,188,220); }
H1.HeaderClassName
{
color: #F4BCDC;
}
.AnyTagClassName
{
color: #F4BCDC;
}
</style>
background-color css
<style>
a { background-color: #F4BCDC; }
a { background-color: rgb(244,188,220); }
div.DivClassName
{
background-color: #F4BCDC;
}
.BgClassName
{
background-color: #F4BCDC;
}
</style>
border-color css
<style>
span { border-color: #F4BCDC; }
span { border-color: rgb(244,188,220); }
td.TdClassName
{
border-color: #F4BCDC;
}
.TagClassName
{
border-color: #F4BCDC;
}
</style>