Shades of Classic Rose #FFBCE8
Tints of Classic Rose #FFBCE8
RGB
CMYK
RGB Variations
Color information
#FFBCE8 (or 0xFFBCE8) is known color: Classic Rose. HEX triplet: FF, BC and E8. RGB value is (255,188,232). Sum of RGB (Red+Green+Blue) = 255+188+232=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCE8 is #004317. Grayscale: #D4D4D4. Windows color (decimal): -17176 or 15252735. OLE color: 15252735.
HSL color Cylindrical-coordinate representation of color #FFBCE8: hue angle of 320.6º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCE8 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 232 | - |
| CMYK | 0 | 0.26 | 0.09 | 0 |
| HSL | 320.6º | 1% | 0.87% | - |
| HSV(B) | 320.6º | 0.26% | 1% | - |
| XYZ | 73.79 | 63.05 | 84.63 | - |
| YUV | 213.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 232 | 0 | 0.26 | 0.09 | 0 | 320.6 | 1 | 0.87 |
| Hex | FF | BC | E8 | 0 | 1A | 9 | 0 | 141 | 64 | 57 |
| Octal | 377 | 274 | 350 | 0 | 32 | 11 | 0 | 501 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11101000 | 0 | 11010 | 1001 | 0 | 101000001 | 1100100 | 1010111 |
Color Harmonies of #FFBCE8
Complementary color
Monochromatic Colors of #FFBCE8
Black with #FFBCE8
Text Example
Text Example
White with #FFBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE8; }
p { color: rgb(255,188,232); }
H1.HeaderClassName
{
color: #FFBCE8;
}
.AnyTagClassName
{
color: #FFBCE8;
}
</style>
background-color css
<style>
a { background-color: #FFBCE8; }
a { background-color: rgb(255,188,232); }
div.DivClassName
{
background-color: #FFBCE8;
}
.BgClassName
{
background-color: #FFBCE8;
}
</style>
border-color css
<style>
span { border-color: #FFBCE8; }
span { border-color: rgb(255,188,232); }
td.TdClassName
{
border-color: #FFBCE8;
}
.TagClassName
{
border-color: #FFBCE8;
}
</style>