Shades of Frangipani #FED2A5
Tints of Frangipani #FED2A5
RGB
CMYK
RGB Variations
Color information
#FED2A5 (or 0xFED2A5) is known color: Frangipani. HEX triplet: FE, D2 and A5. RGB value is (254,210,165). Sum of RGB (Red+Green+Blue) = 254+210+165=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2A5 is #012D5A. Grayscale: #DADADA. Windows color (decimal): -77147 or 10867454. OLE color: 10867454.
HSL color Cylindrical-coordinate representation of color #FED2A5: hue angle of 30.34º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FED2A5 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 165 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.00 |
| HSL | 30.34º | 0.98% | 0.82% | - |
| HSV(B) | 30.34º | 0.35% | 1% | - |
| XYZ | 70.71 | 69.88 | 45.36 | - |
| YUV | 218.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 165 | 0 | 0.17 | 0.35 | 0.00 | 30.34 | 0.98 | 0.82 |
| Hex | FE | D2 | A5 | 0 | 11 | 23 | 0 | 1E | 62 | 52 |
| Octal | 376 | 322 | 245 | 0 | 21 | 43 | 0 | 36 | 142 | 122 |
| Binary | 11111110 | 11010010 | 10100101 | 0 | 10001 | 100011 | 0 | 11110 | 1100010 | 1010010 |
Color Harmonies of #FED2A5
Complementary color
Monochromatic Colors of #FED2A5
Black with #FED2A5
Text Example
Text Example
White with #FED2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2A5; }
p { color: rgb(254,210,165); }
H1.HeaderClassName
{
color: #FED2A5;
}
.AnyTagClassName
{
color: #FED2A5;
}
</style>
background-color css
<style>
a { background-color: #FED2A5; }
a { background-color: rgb(254,210,165); }
div.DivClassName
{
background-color: #FED2A5;
}
.BgClassName
{
background-color: #FED2A5;
}
</style>
border-color css
<style>
span { border-color: #FED2A5; }
span { border-color: rgb(254,210,165); }
td.TdClassName
{
border-color: #FED2A5;
}
.TagClassName
{
border-color: #FED2A5;
}
</style>