Shades of Frangipani #FED4A3
Tints of Frangipani #FED4A3
RGB
CMYK
RGB Variations
Color information
#FED4A3 (or 0xFED4A3) is known color: Frangipani. HEX triplet: FE, D4 and A3. RGB value is (254,212,163). Sum of RGB (Red+Green+Blue) = 254+212+163=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A3 is #012B5C. Grayscale: #DBDBDB. Windows color (decimal): -76637 or 10736894. OLE color: 10736894.
HSL color Cylindrical-coordinate representation of color #FED4A3: hue angle of 32.31º 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 #FED4A3 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 163 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.00 |
| HSL | 32.31º | 0.98% | 0.82% | - |
| HSV(B) | 32.31º | 0.36% | 1% | - |
| XYZ | 71.03 | 70.8 | 44.57 | - |
| YUV | 218.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 163 | 0 | 0.17 | 0.36 | 0.00 | 32.31 | 0.98 | 0.82 |
| Hex | FE | D4 | A3 | 0 | 11 | 24 | 0 | 20 | 62 | 52 |
| Octal | 376 | 324 | 243 | 0 | 21 | 44 | 0 | 40 | 142 | 122 |
| Binary | 11111110 | 11010100 | 10100011 | 0 | 10001 | 100100 | 0 | 100000 | 1100010 | 1010010 |
Color Harmonies of #FED4A3
Complementary color
Monochromatic Colors of #FED4A3
Black with #FED4A3
Text Example
Text Example
White with #FED4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4A3; }
p { color: rgb(254,212,163); }
H1.HeaderClassName
{
color: #FED4A3;
}
.AnyTagClassName
{
color: #FED4A3;
}
</style>
background-color css
<style>
a { background-color: #FED4A3; }
a { background-color: rgb(254,212,163); }
div.DivClassName
{
background-color: #FED4A3;
}
.BgClassName
{
background-color: #FED4A3;
}
</style>
border-color css
<style>
span { border-color: #FED4A3; }
span { border-color: rgb(254,212,163); }
td.TdClassName
{
border-color: #FED4A3;
}
.TagClassName
{
border-color: #FED4A3;
}
</style>