Shades of Frangipani #FFD5A1
Tints of Frangipani #FFD5A1
RGB
CMYK
RGB Variations
Color information
#FFD5A1 (or 0xFFD5A1) is known color: Frangipani. HEX triplet: FF, D5 and A1. RGB value is (255,213,161). Sum of RGB (Red+Green+Blue) = 255+213+161=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD5A1 is #002A5E. Grayscale: #DBDBDB. Windows color (decimal): -10847 or 10606079. OLE color: 10606079.
HSL color Cylindrical-coordinate representation of color #FFD5A1: hue angle of 33.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFD5A1 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 161 | - |
| CMYK | 0 | 0.16 | 0.37 | 0 |
| HSL | 33.19º | 1% | 0.82% | - |
| HSV(B) | 33.19º | 0.37% | 1% | - |
| XYZ | 71.47 | 71.42 | 43.74 | - |
| YUV | 219.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 161 | 0 | 0.16 | 0.37 | 0 | 33.19 | 1 | 0.82 |
| Hex | FF | D5 | A1 | 0 | 10 | 25 | 0 | 21 | 64 | 52 |
| Octal | 377 | 325 | 241 | 0 | 20 | 45 | 0 | 41 | 144 | 122 |
| Binary | 11111111 | 11010101 | 10100001 | 0 | 10000 | 100101 | 0 | 100001 | 1100100 | 1010010 |
Color Harmonies of #FFD5A1
Complementary color
Monochromatic Colors of #FFD5A1
Black with #FFD5A1
Text Example
Text Example
White with #FFD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5A1; }
p { color: rgb(255,213,161); }
H1.HeaderClassName
{
color: #FFD5A1;
}
.AnyTagClassName
{
color: #FFD5A1;
}
</style>
background-color css
<style>
a { background-color: #FFD5A1; }
a { background-color: rgb(255,213,161); }
div.DivClassName
{
background-color: #FFD5A1;
}
.BgClassName
{
background-color: #FFD5A1;
}
</style>
border-color css
<style>
span { border-color: #FFD5A1; }
span { border-color: rgb(255,213,161); }
td.TdClassName
{
border-color: #FFD5A1;
}
.TagClassName
{
border-color: #FFD5A1;
}
</style>