Shades of Classic Rose #FFBFEB
Tints of Classic Rose #FFBFEB
RGB
CMYK
RGB Variations
Color information
#FFBFEB (or 0xFFBFEB) is known color: Classic Rose. HEX triplet: FF, BF and EB. RGB value is (255,191,235). Sum of RGB (Red+Green+Blue) = 255+191+235=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFEB is #004014. Grayscale: #D7D7D7. Windows color (decimal): -16405 or 15450111. OLE color: 15450111.
HSL color Cylindrical-coordinate representation of color #FFBFEB: hue angle of 318.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFEB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 235 | - |
| CMYK | 0 | 0.25 | 0.08 | 0 |
| HSL | 318.75º | 1% | 0.87% | - |
| HSV(B) | 318.75º | 0.25% | 1% | - |
| XYZ | 74.87 | 64.52 | 87.1 | - |
| YUV | 215.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 235 | 0 | 0.25 | 0.08 | 0 | 318.75 | 1 | 0.87 |
| Hex | FF | BF | EB | 0 | 19 | 8 | 0 | 13F | 64 | 57 |
| Octal | 377 | 277 | 353 | 0 | 31 | 10 | 0 | 477 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11101011 | 0 | 11001 | 1000 | 0 | 100111111 | 1100100 | 1010111 |
Color Harmonies of #FFBFEB
Complementary color
Monochromatic Colors of #FFBFEB
Black with #FFBFEB
Text Example
Text Example
White with #FFBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFEB; }
p { color: rgb(255,191,235); }
H1.HeaderClassName
{
color: #FFBFEB;
}
.AnyTagClassName
{
color: #FFBFEB;
}
</style>
background-color css
<style>
a { background-color: #FFBFEB; }
a { background-color: rgb(255,191,235); }
div.DivClassName
{
background-color: #FFBFEB;
}
.BgClassName
{
background-color: #FFBFEB;
}
</style>
border-color css
<style>
span { border-color: #FFBFEB; }
span { border-color: rgb(255,191,235); }
td.TdClassName
{
border-color: #FFBFEB;
}
.TagClassName
{
border-color: #FFBFEB;
}
</style>