Shades of Classic Rose #FFBEEA
Tints of Classic Rose #FFBEEA
RGB
CMYK
RGB Variations
Color information
#FFBEEA (or 0xFFBEEA) is known color: Classic Rose. HEX triplet: FF, BE and EA. RGB value is (255,190,234). Sum of RGB (Red+Green+Blue) = 255+190+234=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEEA is #004115. Grayscale: #D6D6D6. Windows color (decimal): -16662 or 15384319. OLE color: 15384319.
HSL color Cylindrical-coordinate representation of color #FFBEEA: hue angle of 319.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 #FFBEEA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 234 | - |
| CMYK | 0 | 0.25 | 0.08 | 0 |
| HSL | 319.38º | 1% | 0.87% | - |
| HSV(B) | 319.38º | 0.25% | 1% | - |
| XYZ | 74.5 | 64.03 | 86.27 | - |
| YUV | 214.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 234 | 0 | 0.25 | 0.08 | 0 | 319.38 | 1 | 0.87 |
| Hex | FF | BE | EA | 0 | 19 | 8 | 0 | 13F | 64 | 57 |
| Octal | 377 | 276 | 352 | 0 | 31 | 10 | 0 | 477 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11101010 | 0 | 11001 | 1000 | 0 | 100111111 | 1100100 | 1010111 |
Color Harmonies of #FFBEEA
Complementary color
Monochromatic Colors of #FFBEEA
Black with #FFBEEA
Text Example
Text Example
White with #FFBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEEA; }
p { color: rgb(255,190,234); }
H1.HeaderClassName
{
color: #FFBEEA;
}
.AnyTagClassName
{
color: #FFBEEA;
}
</style>
background-color css
<style>
a { background-color: #FFBEEA; }
a { background-color: rgb(255,190,234); }
div.DivClassName
{
background-color: #FFBEEA;
}
.BgClassName
{
background-color: #FFBEEA;
}
</style>
border-color css
<style>
span { border-color: #FFBEEA; }
span { border-color: rgb(255,190,234); }
td.TdClassName
{
border-color: #FFBEEA;
}
.TagClassName
{
border-color: #FFBEEA;
}
</style>