Shades of Classic Rose #FFBFEA
Tints of Classic Rose #FFBFEA
RGB
CMYK
RGB Variations
Color information
#FFBFEA (or 0xFFBFEA) is known color: Classic Rose. HEX triplet: FF, BF and EA. RGB value is (255,191,234). Sum of RGB (Red+Green+Blue) = 255+191+234=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFEA is #004015. Grayscale: #D6D6D6. Windows color (decimal): -16406 or 15384575. OLE color: 15384575.
HSL color Cylindrical-coordinate representation of color #FFBFEA: hue angle of 319.69º 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 #FFBFEA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 234 | - |
| CMYK | 0 | 0.25 | 0.08 | 0 |
| HSL | 319.69º | 1% | 0.87% | - |
| HSV(B) | 319.69º | 0.25% | 1% | - |
| XYZ | 74.72 | 64.46 | 86.35 | - |
| YUV | 215.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 234 | 0 | 0.25 | 0.08 | 0 | 319.69 | 1 | 0.87 |
| Hex | FF | BF | EA | 0 | 19 | 8 | 0 | 140 | 64 | 57 |
| Octal | 377 | 277 | 352 | 0 | 31 | 10 | 0 | 500 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11101010 | 0 | 11001 | 1000 | 0 | 101000000 | 1100100 | 1010111 |
Color Harmonies of #FFBFEA
Complementary color
Monochromatic Colors of #FFBFEA
Black with #FFBFEA
Text Example
Text Example
White with #FFBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFEA; }
p { color: rgb(255,191,234); }
H1.HeaderClassName
{
color: #FFBFEA;
}
.AnyTagClassName
{
color: #FFBFEA;
}
</style>
background-color css
<style>
a { background-color: #FFBFEA; }
a { background-color: rgb(255,191,234); }
div.DivClassName
{
background-color: #FFBFEA;
}
.BgClassName
{
background-color: #FFBFEA;
}
</style>
border-color css
<style>
span { border-color: #FFBFEA; }
span { border-color: rgb(255,191,234); }
td.TdClassName
{
border-color: #FFBFEA;
}
.TagClassName
{
border-color: #FFBFEA;
}
</style>