Shades of Frangipani #FEDBA4
Tints of Frangipani #FEDBA4
RGB
CMYK
RGB Variations
Color information
#FEDBA4 (or 0xFEDBA4) is known color: Frangipani. HEX triplet: FE, DB and A4. RGB value is (254,219,164). Sum of RGB (Red+Green+Blue) = 254+219+164=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 164 (64.45% from 255 or 25.75% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA4 is #01245B. Grayscale: #DFDFDF. Windows color (decimal): -74844 or 10804222. OLE color: 10804222.
HSL color Cylindrical-coordinate representation of color #FEDBA4: hue angle of 36.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEDBA4 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 164 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.00 |
| HSL | 36.67º | 0.98% | 0.82% | - |
| HSV(B) | 36.67º | 0.35% | 1% | - |
| XYZ | 72.91 | 74.41 | 45.64 | - |
| YUV | 223.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 164 | 0 | 0.14 | 0.35 | 0.00 | 36.67 | 0.98 | 0.82 |
| Hex | FE | DB | A4 | 0 | E | 23 | 0 | 25 | 62 | 52 |
| Octal | 376 | 333 | 244 | 0 | 16 | 43 | 0 | 45 | 142 | 122 |
| Binary | 11111110 | 11011011 | 10100100 | 0 | 1110 | 100011 | 0 | 100101 | 1100010 | 1010010 |
Color Harmonies of #FEDBA4
Complementary color
Monochromatic Colors of #FEDBA4
Black with #FEDBA4
Text Example
Text Example
White with #FEDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBA4; }
p { color: rgb(254,219,164); }
H1.HeaderClassName
{
color: #FEDBA4;
}
.AnyTagClassName
{
color: #FEDBA4;
}
</style>
background-color css
<style>
a { background-color: #FEDBA4; }
a { background-color: rgb(254,219,164); }
div.DivClassName
{
background-color: #FEDBA4;
}
.BgClassName
{
background-color: #FEDBA4;
}
</style>
border-color css
<style>
span { border-color: #FEDBA4; }
span { border-color: rgb(254,219,164); }
td.TdClassName
{
border-color: #FEDBA4;
}
.TagClassName
{
border-color: #FEDBA4;
}
</style>