Shades of Classic Rose #FFBFE3
Tints of Classic Rose #FFBFE3
RGB
CMYK
RGB Variations
Color information
#FFBFE3 (or 0xFFBFE3) is known color: Classic Rose. HEX triplet: FF, BF and E3. RGB value is (255,191,227). Sum of RGB (Red+Green+Blue) = 255+191+227=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE3 is #00401C. Grayscale: #D6D6D6. Windows color (decimal): -16413 or 14925823. OLE color: 14925823.
HSL color Cylindrical-coordinate representation of color #FFBFE3: hue angle of 326.25º 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 #FFBFE3 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 227 | - |
| CMYK | 0 | 0.25 | 0.11 | 0 |
| HSL | 326.25º | 1% | 0.87% | - |
| HSV(B) | 326.25º | 0.25% | 1% | - |
| XYZ | 73.74 | 64.07 | 81.15 | - |
| YUV | 214.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 227 | 0 | 0.25 | 0.11 | 0 | 326.25 | 1 | 0.87 |
| Hex | FF | BF | E3 | 0 | 19 | B | 0 | 146 | 64 | 57 |
| Octal | 377 | 277 | 343 | 0 | 31 | 13 | 0 | 506 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11100011 | 0 | 11001 | 1011 | 0 | 101000110 | 1100100 | 1010111 |
Color Harmonies of #FFBFE3
Complementary color
Monochromatic Colors of #FFBFE3
Black with #FFBFE3
Text Example
Text Example
White with #FFBFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFE3; }
p { color: rgb(255,191,227); }
H1.HeaderClassName
{
color: #FFBFE3;
}
.AnyTagClassName
{
color: #FFBFE3;
}
</style>
background-color css
<style>
a { background-color: #FFBFE3; }
a { background-color: rgb(255,191,227); }
div.DivClassName
{
background-color: #FFBFE3;
}
.BgClassName
{
background-color: #FFBFE3;
}
</style>
border-color css
<style>
span { border-color: #FFBFE3; }
span { border-color: rgb(255,191,227); }
td.TdClassName
{
border-color: #FFBFE3;
}
.TagClassName
{
border-color: #FFBFE3;
}
</style>