Shades of Classic Rose #F5BCDF
Tints of Classic Rose #F5BCDF
RGB
CMYK
RGB Variations
Color information
#F5BCDF (or 0xF5BCDF) is known color: Classic Rose. HEX triplet: F5, BC and DF. RGB value is (245,188,223). Sum of RGB (Red+Green+Blue) = 245+188+223=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCDF is #0A4320. Grayscale: #D0D0D0. Windows color (decimal): -672545 or 14662901. OLE color: 14662901.
HSL color Cylindrical-coordinate representation of color #F5BCDF: hue angle of 323.16º degrees, saturation: 0.74, 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 #F5BCDF is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 223 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.04 |
| HSL | 323.16º | 0.74% | 0.85% | - |
| HSV(B) | 323.16º | 0.23% | 0.96% | - |
| XYZ | 68.96 | 60.71 | 77.9 | - |
| YUV | 209.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 223 | 0 | 0.23 | 0.09 | 0.04 | 323.16 | 0.74 | 0.85 |
| Hex | F5 | BC | DF | 0 | 17 | 9 | 4 | 143 | 4A | 55 |
| Octal | 365 | 274 | 337 | 0 | 27 | 11 | 4 | 503 | 112 | 125 |
| Binary | 11110101 | 10111100 | 11011111 | 0 | 10111 | 1001 | 100 | 101000011 | 1001010 | 1010101 |
Color Harmonies of #F5BCDF
Complementary color
Monochromatic Colors of #F5BCDF
Black with #F5BCDF
Text Example
Text Example
White with #F5BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BCDF; }
p { color: rgb(245,188,223); }
H1.HeaderClassName
{
color: #F5BCDF;
}
.AnyTagClassName
{
color: #F5BCDF;
}
</style>
background-color css
<style>
a { background-color: #F5BCDF; }
a { background-color: rgb(245,188,223); }
div.DivClassName
{
background-color: #F5BCDF;
}
.BgClassName
{
background-color: #F5BCDF;
}
</style>
border-color css
<style>
span { border-color: #F5BCDF; }
span { border-color: rgb(245,188,223); }
td.TdClassName
{
border-color: #F5BCDF;
}
.TagClassName
{
border-color: #F5BCDF;
}
</style>