Shades of Frangipani #FED3A1
Tints of Frangipani #FED3A1
RGB
CMYK
RGB Variations
Color information
#FED3A1 (or 0xFED3A1) is known color: Frangipani. HEX triplet: FE, D3 and A1. RGB value is (254,211,161). Sum of RGB (Red+Green+Blue) = 254+211+161=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3A1 is #012C5E. Grayscale: #DADADA. Windows color (decimal): -76895 or 10605566. OLE color: 10605566.
HSL color Cylindrical-coordinate representation of color #FED3A1: hue angle of 32.26º 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 #FED3A1 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 211 | 161 | - |
CMYK | 0 | 0.17 | 0.37 | 0.00 |
HSL | 32.26º | 0.98% | 0.81% | - |
HSV(B) | 32.26º | 0.37% | 1% | - |
XYZ | 70.6 | 70.23 | 43.55 | - |
YUV | 218.16 | 95.75 | 153.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 211 | 161 | 0 | 0.17 | 0.37 | 0.00 | 32.26 | 0.98 | 0.81 |
Hex | FE | D3 | A1 | 0 | 11 | 25 | 0 | 20 | 62 | 51 |
Octal | 376 | 323 | 241 | 0 | 21 | 45 | 0 | 40 | 142 | 121 |
Binary | 11111110 | 11010011 | 10100001 | 0 | 10001 | 100101 | 0 | 100000 | 1100010 | 1010001 |
Color Harmonies of #FED3A1
Complementary color
Monochromatic Colors of #FED3A1
Black with #FED3A1
Text Example
Text Example
White with #FED3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3A1; }
p { color: rgb(254,211,161); }
H1.HeaderClassName
{
color: #FED3A1;
}
.AnyTagClassName
{
color: #FED3A1;
}
</style>
background-color css
<style>
a { background-color: #FED3A1; }
a { background-color: rgb(254,211,161); }
div.DivClassName
{
background-color: #FED3A1;
}
.BgClassName
{
background-color: #FED3A1;
}
</style>
border-color css
<style>
span { border-color: #FED3A1; }
span { border-color: rgb(254,211,161); }
td.TdClassName
{
border-color: #FED3A1;
}
.TagClassName
{
border-color: #FED3A1;
}
</style>