Shades of Classic Rose #F9BCDF
Tints of Classic Rose #F9BCDF
RGB
CMYK
RGB Variations
Color information
#F9BCDF (or 0xF9BCDF) is known color: Classic Rose. HEX triplet: F9, BC and DF. RGB value is (249,188,223). Sum of RGB (Red+Green+Blue) = 249+188+223=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCDF is #064320. Grayscale: #D2D2D2. Windows color (decimal): -410401 or 14662905. OLE color: 14662905.
HSL color Cylindrical-coordinate representation of color #F9BCDF: hue angle of 325.57º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCDF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 223 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 325.57º | 0.84% | 0.86% | - |
| HSV(B) | 325.57º | 0.24% | 0.98% | - |
| XYZ | 70.37 | 61.43 | 77.96 | - |
| YUV | 210.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 223 | 0 | 0.24 | 0.10 | 0.02 | 325.57 | 0.84 | 0.86 |
| Hex | F9 | BC | DF | 0 | 18 | A | 2 | 146 | 54 | 56 |
| Octal | 371 | 274 | 337 | 0 | 30 | 12 | 2 | 506 | 124 | 126 |
| Binary | 11111001 | 10111100 | 11011111 | 0 | 11000 | 1010 | 10 | 101000110 | 1010100 | 1010110 |
Color Harmonies of #F9BCDF
Complementary color
Monochromatic Colors of #F9BCDF
Black with #F9BCDF
Text Example
Text Example
White with #F9BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCDF; }
p { color: rgb(249,188,223); }
H1.HeaderClassName
{
color: #F9BCDF;
}
.AnyTagClassName
{
color: #F9BCDF;
}
</style>
background-color css
<style>
a { background-color: #F9BCDF; }
a { background-color: rgb(249,188,223); }
div.DivClassName
{
background-color: #F9BCDF;
}
.BgClassName
{
background-color: #F9BCDF;
}
</style>
border-color css
<style>
span { border-color: #F9BCDF; }
span { border-color: rgb(249,188,223); }
td.TdClassName
{
border-color: #F9BCDF;
}
.TagClassName
{
border-color: #F9BCDF;
}
</style>