Shades of Frangipani #FEDB9D
Tints of Frangipani #FEDB9D
RGB
CMYK
RGB Variations
Color information
#FEDB9D (or 0xFEDB9D) is known color: Frangipani. HEX triplet: FE, DB and 9D. RGB value is (254,219,157). Sum of RGB (Red+Green+Blue) = 254+219+157=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9D is #012462. Grayscale: #DEDEDE. Windows color (decimal): -74851 or 10345470. OLE color: 10345470.
HSL color Cylindrical-coordinate representation of color #FEDB9D: hue angle of 38.35º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEDB9D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 157 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.00 |
| HSL | 38.35º | 0.98% | 0.81% | - |
| HSV(B) | 38.35º | 0.38% | 1% | - |
| XYZ | 72.29 | 74.17 | 42.4 | - |
| YUV | 222.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 157 | 0 | 0.14 | 0.38 | 0.00 | 38.35 | 0.98 | 0.81 |
| Hex | FE | DB | 9D | 0 | E | 26 | 0 | 26 | 62 | 51 |
| Octal | 376 | 333 | 235 | 0 | 16 | 46 | 0 | 46 | 142 | 121 |
| Binary | 11111110 | 11011011 | 10011101 | 0 | 1110 | 100110 | 0 | 100110 | 1100010 | 1010001 |
Color Harmonies of #FEDB9D
Complementary color
Monochromatic Colors of #FEDB9D
Black with #FEDB9D
Text Example
Text Example
White with #FEDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB9D; }
p { color: rgb(254,219,157); }
H1.HeaderClassName
{
color: #FEDB9D;
}
.AnyTagClassName
{
color: #FEDB9D;
}
</style>
background-color css
<style>
a { background-color: #FEDB9D; }
a { background-color: rgb(254,219,157); }
div.DivClassName
{
background-color: #FEDB9D;
}
.BgClassName
{
background-color: #FEDB9D;
}
</style>
border-color css
<style>
span { border-color: #FEDB9D; }
span { border-color: rgb(254,219,157); }
td.TdClassName
{
border-color: #FEDB9D;
}
.TagClassName
{
border-color: #FEDB9D;
}
</style>