Shades of Frangipani #FEDAA2
Tints of Frangipani #FEDAA2
RGB
CMYK
RGB Variations
Color information
#FEDAA2 (or 0xFEDAA2) is known color: Frangipani. HEX triplet: FE, DA and A2. RGB value is (254,218,162). Sum of RGB (Red+Green+Blue) = 254+218+162=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAA2 is #01255D. Grayscale: #DEDEDE. Windows color (decimal): -75102 or 10672894. OLE color: 10672894.
HSL color Cylindrical-coordinate representation of color #FEDAA2: hue angle of 36.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEDAA2 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 162 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.00 |
| HSL | 36.52º | 0.98% | 0.82% | - |
| HSV(B) | 36.52º | 0.36% | 1% | - |
| XYZ | 72.47 | 73.82 | 44.61 | - |
| YUV | 222.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 162 | 0 | 0.14 | 0.36 | 0.00 | 36.52 | 0.98 | 0.82 |
| Hex | FE | DA | A2 | 0 | E | 24 | 0 | 25 | 62 | 52 |
| Octal | 376 | 332 | 242 | 0 | 16 | 44 | 0 | 45 | 142 | 122 |
| Binary | 11111110 | 11011010 | 10100010 | 0 | 1110 | 100100 | 0 | 100101 | 1100010 | 1010010 |
Color Harmonies of #FEDAA2
Complementary color
Monochromatic Colors of #FEDAA2
Black with #FEDAA2
Text Example
Text Example
White with #FEDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAA2; }
p { color: rgb(254,218,162); }
H1.HeaderClassName
{
color: #FEDAA2;
}
.AnyTagClassName
{
color: #FEDAA2;
}
</style>
background-color css
<style>
a { background-color: #FEDAA2; }
a { background-color: rgb(254,218,162); }
div.DivClassName
{
background-color: #FEDAA2;
}
.BgClassName
{
background-color: #FEDAA2;
}
</style>
border-color css
<style>
span { border-color: #FEDAA2; }
span { border-color: rgb(254,218,162); }
td.TdClassName
{
border-color: #FEDAA2;
}
.TagClassName
{
border-color: #FEDAA2;
}
</style>