Shades of Frangipani #FADA9E
Tints of Frangipani #FADA9E
RGB
CMYK
RGB Variations
Color information
#FADA9E (or 0xFADA9E) is known color: Frangipani. HEX triplet: FA, DA and 9E. RGB value is (250,218,158). Sum of RGB (Red+Green+Blue) = 250+218+158=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA9E is #052561. Grayscale: #DDDDDD. Windows color (decimal): -337250 or 10410746. OLE color: 10410746.
HSL color Cylindrical-coordinate representation of color #FADA9E: hue angle of 39.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FADA9E is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 158 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.02 |
| HSL | 39.13º | 0.9% | 0.8% | - |
| HSV(B) | 39.13º | 0.37% | 0.98% | - |
| XYZ | 70.67 | 72.94 | 42.7 | - |
| YUV | 220.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 158 | 0 | 0.13 | 0.37 | 0.02 | 39.13 | 0.9 | 0.8 |
| Hex | FA | DA | 9E | 0 | D | 25 | 2 | 27 | 5A | 50 |
| Octal | 372 | 332 | 236 | 0 | 15 | 45 | 2 | 47 | 132 | 120 |
| Binary | 11111010 | 11011010 | 10011110 | 0 | 1101 | 100101 | 10 | 100111 | 1011010 | 1010000 |
Color Harmonies of #FADA9E
Complementary color
Monochromatic Colors of #FADA9E
Black with #FADA9E
Text Example
Text Example
White with #FADA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA9E; }
p { color: rgb(250,218,158); }
H1.HeaderClassName
{
color: #FADA9E;
}
.AnyTagClassName
{
color: #FADA9E;
}
</style>
background-color css
<style>
a { background-color: #FADA9E; }
a { background-color: rgb(250,218,158); }
div.DivClassName
{
background-color: #FADA9E;
}
.BgClassName
{
background-color: #FADA9E;
}
</style>
border-color css
<style>
span { border-color: #FADA9E; }
span { border-color: rgb(250,218,158); }
td.TdClassName
{
border-color: #FADA9E;
}
.TagClassName
{
border-color: #FADA9E;
}
</style>