Shades of Classic Rose #F7BCDC
Tints of Classic Rose #F7BCDC
RGB
CMYK
RGB Variations
Color information
#F7BCDC (or 0xF7BCDC) is known color: Classic Rose. HEX triplet: F7, BC and DC. RGB value is (247,188,220). Sum of RGB (Red+Green+Blue) = 247+188+220=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCDC is #084323. Grayscale: #D1D1D1. Windows color (decimal): -541476 or 14466295. OLE color: 14466295.
HSL color Cylindrical-coordinate representation of color #F7BCDC: hue angle of 327.46º 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 #F7BCDC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 220 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.03 |
| HSL | 327.46º | 0.79% | 0.85% | - |
| HSV(B) | 327.46º | 0.24% | 0.97% | - |
| XYZ | 69.26 | 60.91 | 75.82 | - |
| YUV | 209.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 220 | 0 | 0.24 | 0.11 | 0.03 | 327.46 | 0.79 | 0.85 |
| Hex | F7 | BC | DC | 0 | 18 | B | 3 | 147 | 4F | 55 |
| Octal | 367 | 274 | 334 | 0 | 30 | 13 | 3 | 507 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11011100 | 0 | 11000 | 1011 | 11 | 101000111 | 1001111 | 1010101 |
Color Harmonies of #F7BCDC
Complementary color
Monochromatic Colors of #F7BCDC
Black with #F7BCDC
Text Example
Text Example
White with #F7BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCDC; }
p { color: rgb(247,188,220); }
H1.HeaderClassName
{
color: #F7BCDC;
}
.AnyTagClassName
{
color: #F7BCDC;
}
</style>
background-color css
<style>
a { background-color: #F7BCDC; }
a { background-color: rgb(247,188,220); }
div.DivClassName
{
background-color: #F7BCDC;
}
.BgClassName
{
background-color: #F7BCDC;
}
</style>
border-color css
<style>
span { border-color: #F7BCDC; }
span { border-color: rgb(247,188,220); }
td.TdClassName
{
border-color: #F7BCDC;
}
.TagClassName
{
border-color: #F7BCDC;
}
</style>