Shades of Classic Rose #FFBFE2
Tints of Classic Rose #FFBFE2
RGB
CMYK
RGB Variations
Color information
#FFBFE2 (or 0xFFBFE2) is known color: Classic Rose. HEX triplet: FF, BF and E2. RGB value is (255,191,226). Sum of RGB (Red+Green+Blue) = 255+191+226=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE2 is #00401D. Grayscale: #D6D6D6. Windows color (decimal): -16414 or 14860287. OLE color: 14860287.
HSL color Cylindrical-coordinate representation of color #FFBFE2: hue angle of 327.19º 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 #FFBFE2 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 226 | - |
| CMYK | 0 | 0.25 | 0.11 | 0 |
| HSL | 327.19º | 1% | 0.87% | - |
| HSV(B) | 327.19º | 0.25% | 1% | - |
| XYZ | 73.6 | 64.01 | 80.43 | - |
| YUV | 214.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 226 | 0 | 0.25 | 0.11 | 0 | 327.19 | 1 | 0.87 |
| Hex | FF | BF | E2 | 0 | 19 | B | 0 | 147 | 64 | 57 |
| Octal | 377 | 277 | 342 | 0 | 31 | 13 | 0 | 507 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11100010 | 0 | 11001 | 1011 | 0 | 101000111 | 1100100 | 1010111 |
Color Harmonies of #FFBFE2
Complementary color
Monochromatic Colors of #FFBFE2
Black with #FFBFE2
Text Example
Text Example
White with #FFBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFE2; }
p { color: rgb(255,191,226); }
H1.HeaderClassName
{
color: #FFBFE2;
}
.AnyTagClassName
{
color: #FFBFE2;
}
</style>
background-color css
<style>
a { background-color: #FFBFE2; }
a { background-color: rgb(255,191,226); }
div.DivClassName
{
background-color: #FFBFE2;
}
.BgClassName
{
background-color: #FFBFE2;
}
</style>
border-color css
<style>
span { border-color: #FFBFE2; }
span { border-color: rgb(255,191,226); }
td.TdClassName
{
border-color: #FFBFE2;
}
.TagClassName
{
border-color: #FFBFE2;
}
</style>