Shades of Frangipani #FAD7A5
Tints of Frangipani #FAD7A5
RGB
CMYK
RGB Variations
Color information
#FAD7A5 (or 0xFAD7A5) is known color: Frangipani. HEX triplet: FA, D7 and A5. RGB value is (250,215,165). Sum of RGB (Red+Green+Blue) = 250+215+165=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD7A5 is #05285A. Grayscale: #DCDCDC. Windows color (decimal): -338011 or 10868730. OLE color: 10868730.
HSL color Cylindrical-coordinate representation of color #FAD7A5: hue angle of 35.29º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAD7A5 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 165 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.02 |
| HSL | 35.29º | 0.89% | 0.81% | - |
| HSV(B) | 35.29º | 0.34% | 0.98% | - |
| XYZ | 70.52 | 71.64 | 45.71 | - |
| YUV | 219.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 165 | 0 | 0.14 | 0.34 | 0.02 | 35.29 | 0.89 | 0.81 |
| Hex | FA | D7 | A5 | 0 | E | 22 | 2 | 23 | 59 | 51 |
| Octal | 372 | 327 | 245 | 0 | 16 | 42 | 2 | 43 | 131 | 121 |
| Binary | 11111010 | 11010111 | 10100101 | 0 | 1110 | 100010 | 10 | 100011 | 1011001 | 1010001 |
Color Harmonies of #FAD7A5
Complementary color
Monochromatic Colors of #FAD7A5
Black with #FAD7A5
Text Example
Text Example
White with #FAD7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7A5; }
p { color: rgb(250,215,165); }
H1.HeaderClassName
{
color: #FAD7A5;
}
.AnyTagClassName
{
color: #FAD7A5;
}
</style>
background-color css
<style>
a { background-color: #FAD7A5; }
a { background-color: rgb(250,215,165); }
div.DivClassName
{
background-color: #FAD7A5;
}
.BgClassName
{
background-color: #FAD7A5;
}
</style>
border-color css
<style>
span { border-color: #FAD7A5; }
span { border-color: rgb(250,215,165); }
td.TdClassName
{
border-color: #FAD7A5;
}
.TagClassName
{
border-color: #FAD7A5;
}
</style>