Shades of Romantic #FFBE9A
Tints of Romantic #FFBE9A
RGB
CMYK
RGB Variations
Color information
#FFBE9A (or 0xFFBE9A) is known color: Romantic. HEX triplet: FF, BE and 9A. RGB value is (255,190,154). Sum of RGB (Red+Green+Blue) = 255+190+154=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBE9A is #004165. Grayscale: #CDCDCD. Windows color (decimal): -16742 or 10141439. OLE color: 10141439.
HSL color Cylindrical-coordinate representation of color #FFBE9A: hue angle of 21.39º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFBE9A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 154 | - |
| CMYK | 0 | 0.25 | 0.40 | 0 |
| HSL | 21.39º | 1% | 0.8% | - |
| HSV(B) | 21.39º | 0.4% | 1% | - |
| XYZ | 65.49 | 60.42 | 38.78 | - |
| YUV | 205.33 | 99.03 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 154 | 0 | 0.25 | 0.40 | 0 | 21.39 | 1 | 0.8 |
| Hex | FF | BE | 9A | 0 | 19 | 28 | 0 | 15 | 64 | 50 |
| Octal | 377 | 276 | 232 | 0 | 31 | 50 | 0 | 25 | 144 | 120 |
| Binary | 11111111 | 10111110 | 10011010 | 0 | 11001 | 101000 | 0 | 10101 | 1100100 | 1010000 |
Color Harmonies of #FFBE9A
Complementary color
Monochromatic Colors of #FFBE9A
Black with #FFBE9A
Text Example
Text Example
White with #FFBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE9A; }
p { color: rgb(255,190,154); }
H1.HeaderClassName
{
color: #FFBE9A;
}
.AnyTagClassName
{
color: #FFBE9A;
}
</style>
background-color css
<style>
a { background-color: #FFBE9A; }
a { background-color: rgb(255,190,154); }
div.DivClassName
{
background-color: #FFBE9A;
}
.BgClassName
{
background-color: #FFBE9A;
}
</style>
border-color css
<style>
span { border-color: #FFBE9A; }
span { border-color: rgb(255,190,154); }
td.TdClassName
{
border-color: #FFBE9A;
}
.TagClassName
{
border-color: #FFBE9A;
}
</style>