Shades of Frangipani #FEDBA0
Tints of Frangipani #FEDBA0
RGB
CMYK
RGB Variations
Color information
#FEDBA0 (or 0xFEDBA0) is known color: Frangipani. HEX triplet: FE, DB and A0. RGB value is (254,219,160). Sum of RGB (Red+Green+Blue) = 254+219+160=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA0 is #01245F. Grayscale: #DFDFDF. Windows color (decimal): -74848 or 10542078. OLE color: 10542078.
HSL color Cylindrical-coordinate representation of color #FEDBA0: hue angle of 37.66º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEDBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 160 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.00 |
| HSL | 37.66º | 0.98% | 0.81% | - |
| HSV(B) | 37.66º | 0.37% | 1% | - |
| XYZ | 72.55 | 74.27 | 43.77 | - |
| YUV | 222.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 160 | 0 | 0.14 | 0.37 | 0.00 | 37.66 | 0.98 | 0.81 |
| Hex | FE | DB | A0 | 0 | E | 25 | 0 | 26 | 62 | 51 |
| Octal | 376 | 333 | 240 | 0 | 16 | 45 | 0 | 46 | 142 | 121 |
| Binary | 11111110 | 11011011 | 10100000 | 0 | 1110 | 100101 | 0 | 100110 | 1100010 | 1010001 |
Color Harmonies of #FEDBA0
Complementary color
Monochromatic Colors of #FEDBA0
Black with #FEDBA0
Text Example
Text Example
White with #FEDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBA0; }
p { color: rgb(254,219,160); }
H1.HeaderClassName
{
color: #FEDBA0;
}
.AnyTagClassName
{
color: #FEDBA0;
}
</style>
background-color css
<style>
a { background-color: #FEDBA0; }
a { background-color: rgb(254,219,160); }
div.DivClassName
{
background-color: #FEDBA0;
}
.BgClassName
{
background-color: #FEDBA0;
}
</style>
border-color css
<style>
span { border-color: #FEDBA0; }
span { border-color: rgb(254,219,160); }
td.TdClassName
{
border-color: #FEDBA0;
}
.TagClassName
{
border-color: #FEDBA0;
}
</style>