Shades of Frangipani #FAD4A0
Tints of Frangipani #FAD4A0
RGB
CMYK
RGB Variations
Color information
#FAD4A0 (or 0xFAD4A0) is known color: Frangipani. HEX triplet: FA, D4 and A0. RGB value is (250,212,160). Sum of RGB (Red+Green+Blue) = 250+212+160=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD4A0 is #052B5F. Grayscale: #D9D9D9. Windows color (decimal): -338784 or 10540282. OLE color: 10540282.
HSL color Cylindrical-coordinate representation of color #FAD4A0: hue angle of 34.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD4A0 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 212 | 160 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.02 |
| HSL | 34.67º | 0.9% | 0.8% | - |
| HSV(B) | 34.67º | 0.36% | 0.98% | - |
| XYZ | 69.31 | 69.95 | 43.11 | - |
| YUV | 217.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 160 | 0 | 0.15 | 0.36 | 0.02 | 34.67 | 0.9 | 0.8 |
| Hex | FA | D4 | A0 | 0 | F | 24 | 2 | 23 | 5A | 50 |
| Octal | 372 | 324 | 240 | 0 | 17 | 44 | 2 | 43 | 132 | 120 |
| Binary | 11111010 | 11010100 | 10100000 | 0 | 1111 | 100100 | 10 | 100011 | 1011010 | 1010000 |
Color Harmonies of #FAD4A0
Complementary color
Monochromatic Colors of #FAD4A0
Black with #FAD4A0
Text Example
Text Example
White with #FAD4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD4A0; }
p { color: rgb(250,212,160); }
H1.HeaderClassName
{
color: #FAD4A0;
}
.AnyTagClassName
{
color: #FAD4A0;
}
</style>
background-color css
<style>
a { background-color: #FAD4A0; }
a { background-color: rgb(250,212,160); }
div.DivClassName
{
background-color: #FAD4A0;
}
.BgClassName
{
background-color: #FAD4A0;
}
</style>
border-color css
<style>
span { border-color: #FAD4A0; }
span { border-color: rgb(250,212,160); }
td.TdClassName
{
border-color: #FAD4A0;
}
.TagClassName
{
border-color: #FAD4A0;
}
</style>