Shades of Frangipani #FEDBA1
Tints of Frangipani #FEDBA1
RGB
CMYK
RGB Variations
Color information
#FEDBA1 (or 0xFEDBA1) is known color: Frangipani. HEX triplet: FE, DB and A1. RGB value is (254,219,161). Sum of RGB (Red+Green+Blue) = 254+219+161=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA1 is #01245E. Grayscale: #DFDFDF. Windows color (decimal): -74847 or 10607614. OLE color: 10607614.
HSL color Cylindrical-coordinate representation of color #FEDBA1: hue angle of 37.42º 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 #FEDBA1 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 161 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.00 |
| HSL | 37.42º | 0.98% | 0.81% | - |
| HSV(B) | 37.42º | 0.37% | 1% | - |
| XYZ | 72.64 | 74.31 | 44.23 | - |
| YUV | 222.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 161 | 0 | 0.14 | 0.37 | 0.00 | 37.42 | 0.98 | 0.81 |
| Hex | FE | DB | A1 | 0 | E | 25 | 0 | 25 | 62 | 51 |
| Octal | 376 | 333 | 241 | 0 | 16 | 45 | 0 | 45 | 142 | 121 |
| Binary | 11111110 | 11011011 | 10100001 | 0 | 1110 | 100101 | 0 | 100101 | 1100010 | 1010001 |
Color Harmonies of #FEDBA1
Complementary color
Monochromatic Colors of #FEDBA1
Black with #FEDBA1
Text Example
Text Example
White with #FEDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBA1; }
p { color: rgb(254,219,161); }
H1.HeaderClassName
{
color: #FEDBA1;
}
.AnyTagClassName
{
color: #FEDBA1;
}
</style>
background-color css
<style>
a { background-color: #FEDBA1; }
a { background-color: rgb(254,219,161); }
div.DivClassName
{
background-color: #FEDBA1;
}
.BgClassName
{
background-color: #FEDBA1;
}
</style>
border-color css
<style>
span { border-color: #FEDBA1; }
span { border-color: rgb(254,219,161); }
td.TdClassName
{
border-color: #FEDBA1;
}
.TagClassName
{
border-color: #FEDBA1;
}
</style>