Shades of Frangipani #FAD6A1
Tints of Frangipani #FAD6A1
RGB
CMYK
RGB Variations
Color information
#FAD6A1 (or 0xFAD6A1) is known color: Frangipani. HEX triplet: FA, D6 and A1. RGB value is (250,214,161). Sum of RGB (Red+Green+Blue) = 250+214+161=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD6A1 is #05295E. Grayscale: #DADADA. Windows color (decimal): -338271 or 10606330. OLE color: 10606330.
HSL color Cylindrical-coordinate representation of color #FAD6A1: hue angle of 35.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD6A1 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 161 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.02 |
| HSL | 35.73º | 0.9% | 0.81% | - |
| HSV(B) | 35.73º | 0.36% | 0.98% | - |
| XYZ | 69.9 | 70.99 | 43.74 | - |
| YUV | 218.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 161 | 0 | 0.14 | 0.36 | 0.02 | 35.73 | 0.9 | 0.81 |
| Hex | FA | D6 | A1 | 0 | E | 24 | 2 | 24 | 5A | 51 |
| Octal | 372 | 326 | 241 | 0 | 16 | 44 | 2 | 44 | 132 | 121 |
| Binary | 11111010 | 11010110 | 10100001 | 0 | 1110 | 100100 | 10 | 100100 | 1011010 | 1010001 |
Color Harmonies of #FAD6A1
Complementary color
Monochromatic Colors of #FAD6A1
Black with #FAD6A1
Text Example
Text Example
White with #FAD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6A1; }
p { color: rgb(250,214,161); }
H1.HeaderClassName
{
color: #FAD6A1;
}
.AnyTagClassName
{
color: #FAD6A1;
}
</style>
background-color css
<style>
a { background-color: #FAD6A1; }
a { background-color: rgb(250,214,161); }
div.DivClassName
{
background-color: #FAD6A1;
}
.BgClassName
{
background-color: #FAD6A1;
}
</style>
border-color css
<style>
span { border-color: #FAD6A1; }
span { border-color: rgb(250,214,161); }
td.TdClassName
{
border-color: #FAD6A1;
}
.TagClassName
{
border-color: #FAD6A1;
}
</style>