Shades of Classic Rose #F7BCDF
Tints of Classic Rose #F7BCDF
RGB
CMYK
RGB Variations
Color information
#F7BCDF (or 0xF7BCDF) is known color: Classic Rose. HEX triplet: F7, BC and DF. RGB value is (247,188,223). Sum of RGB (Red+Green+Blue) = 247+188+223=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCDF is #084320. Grayscale: #D1D1D1. Windows color (decimal): -541473 or 14662903. OLE color: 14662903.
HSL color Cylindrical-coordinate representation of color #F7BCDF: hue angle of 324.41º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCDF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 223 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.03 |
| HSL | 324.41º | 0.79% | 0.85% | - |
| HSV(B) | 324.41º | 0.24% | 0.97% | - |
| XYZ | 69.66 | 61.07 | 77.93 | - |
| YUV | 209.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 223 | 0 | 0.24 | 0.10 | 0.03 | 324.41 | 0.79 | 0.85 |
| Hex | F7 | BC | DF | 0 | 18 | A | 3 | 144 | 4F | 55 |
| Octal | 367 | 274 | 337 | 0 | 30 | 12 | 3 | 504 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11011111 | 0 | 11000 | 1010 | 11 | 101000100 | 1001111 | 1010101 |
Color Harmonies of #F7BCDF
Complementary color
Monochromatic Colors of #F7BCDF
Black with #F7BCDF
Text Example
Text Example
White with #F7BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCDF; }
p { color: rgb(247,188,223); }
H1.HeaderClassName
{
color: #F7BCDF;
}
.AnyTagClassName
{
color: #F7BCDF;
}
</style>
background-color css
<style>
a { background-color: #F7BCDF; }
a { background-color: rgb(247,188,223); }
div.DivClassName
{
background-color: #F7BCDF;
}
.BgClassName
{
background-color: #F7BCDF;
}
</style>
border-color css
<style>
span { border-color: #F7BCDF; }
span { border-color: rgb(247,188,223); }
td.TdClassName
{
border-color: #F7BCDF;
}
.TagClassName
{
border-color: #F7BCDF;
}
</style>