Shades of Classic Rose #F8BCE1
Tints of Classic Rose #F8BCE1
RGB
CMYK
RGB Variations
Color information
#F8BCE1 (or 0xF8BCE1) is known color: Classic Rose. HEX triplet: F8, BC and E1. RGB value is (248,188,225). Sum of RGB (Red+Green+Blue) = 248+188+225=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCE1 is #07431E. Grayscale: #D2D2D2. Windows color (decimal): -475935 or 14793976. OLE color: 14793976.
HSL color Cylindrical-coordinate representation of color #F8BCE1: hue angle of 323º 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 #F8BCE1 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 225 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.03 |
| HSL | 323º | 0.81% | 0.85% | - |
| HSV(B) | 323º | 0.24% | 0.97% | - |
| XYZ | 70.29 | 61.36 | 79.37 | - |
| YUV | 210.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 225 | 0 | 0.24 | 0.09 | 0.03 | 323 | 0.81 | 0.85 |
| Hex | F8 | BC | E1 | 0 | 18 | 9 | 3 | 143 | 51 | 55 |
| Octal | 370 | 274 | 341 | 0 | 30 | 11 | 3 | 503 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11100001 | 0 | 11000 | 1001 | 11 | 101000011 | 1010001 | 1010101 |
Color Harmonies of #F8BCE1
Complementary color
Monochromatic Colors of #F8BCE1
Black with #F8BCE1
Text Example
Text Example
White with #F8BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCE1; }
p { color: rgb(248,188,225); }
H1.HeaderClassName
{
color: #F8BCE1;
}
.AnyTagClassName
{
color: #F8BCE1;
}
</style>
background-color css
<style>
a { background-color: #F8BCE1; }
a { background-color: rgb(248,188,225); }
div.DivClassName
{
background-color: #F8BCE1;
}
.BgClassName
{
background-color: #F8BCE1;
}
</style>
border-color css
<style>
span { border-color: #F8BCE1; }
span { border-color: rgb(248,188,225); }
td.TdClassName
{
border-color: #F8BCE1;
}
.TagClassName
{
border-color: #F8BCE1;
}
</style>