Shades of Frangipani #FED69F
Tints of Frangipani #FED69F
RGB
CMYK
RGB Variations
Color information
#FED69F (or 0xFED69F) is known color: Frangipani. HEX triplet: FE, D6 and 9F. RGB value is (254,214,159). Sum of RGB (Red+Green+Blue) = 254+214+159=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FED69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED69F is #012960. Grayscale: #DBDBDB. Windows color (decimal): -76129 or 10475262. OLE color: 10475262.
HSL color Cylindrical-coordinate representation of color #FED69F: hue angle of 34.74º 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 #FED69F is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 159 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.00 |
| HSL | 34.74º | 0.98% | 0.81% | - |
| HSV(B) | 34.74º | 0.37% | 1% | - |
| XYZ | 71.18 | 71.67 | 42.88 | - |
| YUV | 219.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 159 | 0 | 0.16 | 0.37 | 0.00 | 34.74 | 0.98 | 0.81 |
| Hex | FE | D6 | 9F | 0 | 10 | 25 | 0 | 23 | 62 | 51 |
| Octal | 376 | 326 | 237 | 0 | 20 | 45 | 0 | 43 | 142 | 121 |
| Binary | 11111110 | 11010110 | 10011111 | 0 | 10000 | 100101 | 0 | 100011 | 1100010 | 1010001 |
Color Harmonies of #FED69F
Complementary color
Monochromatic Colors of #FED69F
Black with #FED69F
Text Example
Text Example
White with #FED69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED69F; }
p { color: rgb(254,214,159); }
H1.HeaderClassName
{
color: #FED69F;
}
.AnyTagClassName
{
color: #FED69F;
}
</style>
background-color css
<style>
a { background-color: #FED69F; }
a { background-color: rgb(254,214,159); }
div.DivClassName
{
background-color: #FED69F;
}
.BgClassName
{
background-color: #FED69F;
}
</style>
border-color css
<style>
span { border-color: #FED69F; }
span { border-color: rgb(254,214,159); }
td.TdClassName
{
border-color: #FED69F;
}
.TagClassName
{
border-color: #FED69F;
}
</style>