Shades of Frangipani #FADA9D
Tints of Frangipani #FADA9D
RGB
CMYK
RGB Variations
Color information
#FADA9D (or 0xFADA9D) is known color: Frangipani. HEX triplet: FA, DA and 9D. RGB value is (250,218,157). Sum of RGB (Red+Green+Blue) = 250+218+157=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA9D is #052562. Grayscale: #DCDCDC. Windows color (decimal): -337251 or 10345210. OLE color: 10345210.
HSL color Cylindrical-coordinate representation of color #FADA9D: hue angle of 39.35º 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 #FADA9D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 157 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.02 |
| HSL | 39.35º | 0.9% | 0.8% | - |
| HSV(B) | 39.35º | 0.37% | 0.98% | - |
| XYZ | 70.58 | 72.9 | 42.25 | - |
| YUV | 220.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 157 | 0 | 0.13 | 0.37 | 0.02 | 39.35 | 0.9 | 0.8 |
| Hex | FA | DA | 9D | 0 | D | 25 | 2 | 27 | 5A | 50 |
| Octal | 372 | 332 | 235 | 0 | 15 | 45 | 2 | 47 | 132 | 120 |
| Binary | 11111010 | 11011010 | 10011101 | 0 | 1101 | 100101 | 10 | 100111 | 1011010 | 1010000 |
Color Harmonies of #FADA9D
Complementary color
Monochromatic Colors of #FADA9D
Black with #FADA9D
Text Example
Text Example
White with #FADA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA9D; }
p { color: rgb(250,218,157); }
H1.HeaderClassName
{
color: #FADA9D;
}
.AnyTagClassName
{
color: #FADA9D;
}
</style>
background-color css
<style>
a { background-color: #FADA9D; }
a { background-color: rgb(250,218,157); }
div.DivClassName
{
background-color: #FADA9D;
}
.BgClassName
{
background-color: #FADA9D;
}
</style>
border-color css
<style>
span { border-color: #FADA9D; }
span { border-color: rgb(250,218,157); }
td.TdClassName
{
border-color: #FADA9D;
}
.TagClassName
{
border-color: #FADA9D;
}
</style>