Shades of Classic Rose #FFBFE6
Tints of Classic Rose #FFBFE6
RGB
CMYK
RGB Variations
Color information
#FFBFE6 (or 0xFFBFE6) is known color: Classic Rose. HEX triplet: FF, BF and E6. RGB value is (255,191,230). Sum of RGB (Red+Green+Blue) = 255+191+230=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFE6 is #004019. Grayscale: #D6D6D6. Windows color (decimal): -16410 or 15122431. OLE color: 15122431.
HSL color Cylindrical-coordinate representation of color #FFBFE6: hue angle of 323.44º 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 #FFBFE6 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 230 | - |
| CMYK | 0 | 0.25 | 0.10 | 0 |
| HSL | 323.44º | 1% | 0.87% | - |
| HSV(B) | 323.44º | 0.25% | 1% | - |
| XYZ | 74.15 | 64.23 | 83.35 | - |
| YUV | 214.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 230 | 0 | 0.25 | 0.10 | 0 | 323.44 | 1 | 0.87 |
| Hex | FF | BF | E6 | 0 | 19 | A | 0 | 143 | 64 | 57 |
| Octal | 377 | 277 | 346 | 0 | 31 | 12 | 0 | 503 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11100110 | 0 | 11001 | 1010 | 0 | 101000011 | 1100100 | 1010111 |
Color Harmonies of #FFBFE6
Complementary color
Monochromatic Colors of #FFBFE6
Black with #FFBFE6
Text Example
Text Example
White with #FFBFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFE6; }
p { color: rgb(255,191,230); }
H1.HeaderClassName
{
color: #FFBFE6;
}
.AnyTagClassName
{
color: #FFBFE6;
}
</style>
background-color css
<style>
a { background-color: #FFBFE6; }
a { background-color: rgb(255,191,230); }
div.DivClassName
{
background-color: #FFBFE6;
}
.BgClassName
{
background-color: #FFBFE6;
}
</style>
border-color css
<style>
span { border-color: #FFBFE6; }
span { border-color: rgb(255,191,230); }
td.TdClassName
{
border-color: #FFBFE6;
}
.TagClassName
{
border-color: #FFBFE6;
}
</style>