Shades of Classic Rose #FFBFE5
Tints of Classic Rose #FFBFE5
RGB
CMYK
RGB Variations
Color information
#FFBFE5 (or 0xFFBFE5) is known color: Classic Rose. HEX triplet: FF, BF and E5. RGB value is (255,191,229). Sum of RGB (Red+Green+Blue) = 255+191+229=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE5 is #00401A. Grayscale: #D6D6D6. Windows color (decimal): -16411 or 15056895. OLE color: 15056895.
HSL color Cylindrical-coordinate representation of color #FFBFE5: hue angle of 324.38º 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 #FFBFE5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 229 | - |
| CMYK | 0 | 0.25 | 0.10 | 0 |
| HSL | 324.38º | 1% | 0.87% | - |
| HSV(B) | 324.38º | 0.25% | 1% | - |
| XYZ | 74.01 | 64.18 | 82.62 | - |
| YUV | 214.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 229 | 0 | 0.25 | 0.10 | 0 | 324.38 | 1 | 0.87 |
| Hex | FF | BF | E5 | 0 | 19 | A | 0 | 144 | 64 | 57 |
| Octal | 377 | 277 | 345 | 0 | 31 | 12 | 0 | 504 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11100101 | 0 | 11001 | 1010 | 0 | 101000100 | 1100100 | 1010111 |
Color Harmonies of #FFBFE5
Complementary color
Monochromatic Colors of #FFBFE5
Black with #FFBFE5
Text Example
Text Example
White with #FFBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFE5; }
p { color: rgb(255,191,229); }
H1.HeaderClassName
{
color: #FFBFE5;
}
.AnyTagClassName
{
color: #FFBFE5;
}
</style>
background-color css
<style>
a { background-color: #FFBFE5; }
a { background-color: rgb(255,191,229); }
div.DivClassName
{
background-color: #FFBFE5;
}
.BgClassName
{
background-color: #FFBFE5;
}
</style>
border-color css
<style>
span { border-color: #FFBFE5; }
span { border-color: rgb(255,191,229); }
td.TdClassName
{
border-color: #FFBFE5;
}
.TagClassName
{
border-color: #FFBFE5;
}
</style>