Shades of Frangipani #FED99D
Tints of Frangipani #FED99D
RGB
CMYK
RGB Variations
Color information
#FED99D (or 0xFED99D) is known color: Frangipani. HEX triplet: FE, D9 and 9D. RGB value is (254,217,157). Sum of RGB (Red+Green+Blue) = 254+217+157=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FED99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED99D is #012662. Grayscale: #DDDDDD. Windows color (decimal): -75363 or 10344958. OLE color: 10344958.
HSL color Cylindrical-coordinate representation of color #FED99D: hue angle of 37.11º 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 #FED99D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 217 | 157 | - |
CMYK | 0 | 0.15 | 0.38 | 0.00 |
HSL | 37.11º | 0.98% | 0.81% | - |
HSV(B) | 37.11º | 0.38% | 1% | - |
XYZ | 71.77 | 73.13 | 42.23 | - |
YUV | 221.22 | 91.76 | 151.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 217 | 157 | 0 | 0.15 | 0.38 | 0.00 | 37.11 | 0.98 | 0.81 |
Hex | FE | D9 | 9D | 0 | F | 26 | 0 | 25 | 62 | 51 |
Octal | 376 | 331 | 235 | 0 | 17 | 46 | 0 | 45 | 142 | 121 |
Binary | 11111110 | 11011001 | 10011101 | 0 | 1111 | 100110 | 0 | 100101 | 1100010 | 1010001 |
Color Harmonies of #FED99D
Complementary color
Monochromatic Colors of #FED99D
Black with #FED99D
Text Example
Text Example
White with #FED99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED99D; }
p { color: rgb(254,217,157); }
H1.HeaderClassName
{
color: #FED99D;
}
.AnyTagClassName
{
color: #FED99D;
}
</style>
background-color css
<style>
a { background-color: #FED99D; }
a { background-color: rgb(254,217,157); }
div.DivClassName
{
background-color: #FED99D;
}
.BgClassName
{
background-color: #FED99D;
}
</style>
border-color css
<style>
span { border-color: #FED99D; }
span { border-color: rgb(254,217,157); }
td.TdClassName
{
border-color: #FED99D;
}
.TagClassName
{
border-color: #FED99D;
}
</style>