Shades of Frangipani #FFD7A2
Tints of Frangipani #FFD7A2
RGB
CMYK
RGB Variations
Color information
#FFD7A2 (or 0xFFD7A2) is known color: Frangipani. HEX triplet: FF, D7 and A2. RGB value is (255,215,162). Sum of RGB (Red+Green+Blue) = 255+215+162=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A2 is #00285D. Grayscale: #DDDDDD. Windows color (decimal): -10334 or 10672127. OLE color: 10672127.
HSL color Cylindrical-coordinate representation of color #FFD7A2: hue angle of 34.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFD7A2 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 162 | - |
| CMYK | 0 | 0.16 | 0.36 | 0 |
| HSL | 34.19º | 1% | 0.82% | - |
| HSV(B) | 34.19º | 0.36% | 1% | - |
| XYZ | 72.06 | 72.47 | 44.37 | - |
| YUV | 220.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 162 | 0 | 0.16 | 0.36 | 0 | 34.19 | 1 | 0.82 |
| Hex | FF | D7 | A2 | 0 | 10 | 24 | 0 | 22 | 64 | 52 |
| Octal | 377 | 327 | 242 | 0 | 20 | 44 | 0 | 42 | 144 | 122 |
| Binary | 11111111 | 11010111 | 10100010 | 0 | 10000 | 100100 | 0 | 100010 | 1100100 | 1010010 |
Color Harmonies of #FFD7A2
Complementary color
Monochromatic Colors of #FFD7A2
Black with #FFD7A2
Text Example
Text Example
White with #FFD7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7A2; }
p { color: rgb(255,215,162); }
H1.HeaderClassName
{
color: #FFD7A2;
}
.AnyTagClassName
{
color: #FFD7A2;
}
</style>
background-color css
<style>
a { background-color: #FFD7A2; }
a { background-color: rgb(255,215,162); }
div.DivClassName
{
background-color: #FFD7A2;
}
.BgClassName
{
background-color: #FFD7A2;
}
</style>
border-color css
<style>
span { border-color: #FFD7A2; }
span { border-color: rgb(255,215,162); }
td.TdClassName
{
border-color: #FFD7A2;
}
.TagClassName
{
border-color: #FFD7A2;
}
</style>