Shades of Classic Rose #F8BCE6
Tints of Classic Rose #F8BCE6
RGB
CMYK
RGB Variations
Color information
#F8BCE6 (or 0xF8BCE6) is known color: Classic Rose. HEX triplet: F8, BC and E6. RGB value is (248,188,230). Sum of RGB (Red+Green+Blue) = 248+188+230=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BCE6 is #074319. Grayscale: #D2D2D2. Windows color (decimal): -475930 or 15121656. OLE color: 15121656.
HSL color Cylindrical-coordinate representation of color #F8BCE6: hue angle of 318º degrees, saturation: 0.81, 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 #F8BCE6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 230 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.03 |
| HSL | 318º | 0.81% | 0.85% | - |
| HSV(B) | 318º | 0.24% | 0.97% | - |
| XYZ | 70.98 | 61.64 | 83.02 | - |
| YUV | 210.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 230 | 0 | 0.24 | 0.07 | 0.03 | 318 | 0.81 | 0.85 |
| Hex | F8 | BC | E6 | 0 | 18 | 7 | 3 | 13E | 51 | 55 |
| Octal | 370 | 274 | 346 | 0 | 30 | 7 | 3 | 476 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11100110 | 0 | 11000 | 111 | 11 | 100111110 | 1010001 | 1010101 |
Color Harmonies of #F8BCE6
Complementary color
Monochromatic Colors of #F8BCE6
Black with #F8BCE6
Text Example
Text Example
White with #F8BCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCE6; }
p { color: rgb(248,188,230); }
H1.HeaderClassName
{
color: #F8BCE6;
}
.AnyTagClassName
{
color: #F8BCE6;
}
</style>
background-color css
<style>
a { background-color: #F8BCE6; }
a { background-color: rgb(248,188,230); }
div.DivClassName
{
background-color: #F8BCE6;
}
.BgClassName
{
background-color: #F8BCE6;
}
</style>
border-color css
<style>
span { border-color: #F8BCE6; }
span { border-color: rgb(248,188,230); }
td.TdClassName
{
border-color: #F8BCE6;
}
.TagClassName
{
border-color: #F8BCE6;
}
</style>