Shades of Classic Rose #FFBEE5
Tints of Classic Rose #FFBEE5
RGB
CMYK
RGB Variations
Color information
#FFBEE5 (or 0xFFBEE5) is known color: Classic Rose. HEX triplet: FF, BE and E5. RGB value is (255,190,229). Sum of RGB (Red+Green+Blue) = 255+190+229=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEE5 is #00411A. Grayscale: #D5D5D5. Windows color (decimal): -16667 or 15056639. OLE color: 15056639.
HSL color Cylindrical-coordinate representation of color #FFBEE5: hue angle of 324º 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 #FFBEE5 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 229 | - |
| CMYK | 0 | 0.25 | 0.10 | 0 |
| HSL | 324º | 1% | 0.87% | - |
| HSV(B) | 324º | 0.25% | 1% | - |
| XYZ | 73.8 | 63.74 | 82.54 | - |
| YUV | 213.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 229 | 0 | 0.25 | 0.10 | 0 | 324 | 1 | 0.87 |
| Hex | FF | BE | E5 | 0 | 19 | A | 0 | 144 | 64 | 57 |
| Octal | 377 | 276 | 345 | 0 | 31 | 12 | 0 | 504 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11100101 | 0 | 11001 | 1010 | 0 | 101000100 | 1100100 | 1010111 |
Color Harmonies of #FFBEE5
Complementary color
Monochromatic Colors of #FFBEE5
Black with #FFBEE5
Text Example
Text Example
White with #FFBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEE5; }
p { color: rgb(255,190,229); }
H1.HeaderClassName
{
color: #FFBEE5;
}
.AnyTagClassName
{
color: #FFBEE5;
}
</style>
background-color css
<style>
a { background-color: #FFBEE5; }
a { background-color: rgb(255,190,229); }
div.DivClassName
{
background-color: #FFBEE5;
}
.BgClassName
{
background-color: #FFBEE5;
}
</style>
border-color css
<style>
span { border-color: #FFBEE5; }
span { border-color: rgb(255,190,229); }
td.TdClassName
{
border-color: #FFBEE5;
}
.TagClassName
{
border-color: #FFBEE5;
}
</style>