Shades of Frangipani #FADAA1
Tints of Frangipani #FADAA1
RGB
CMYK
RGB Variations
Color information
#FADAA1 (or 0xFADAA1) is known color: Frangipani. HEX triplet: FA, DA and A1. RGB value is (250,218,161). Sum of RGB (Red+Green+Blue) = 250+218+161=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADAA1 is #05255E. Grayscale: #DDDDDD. Windows color (decimal): -337247 or 10607354. OLE color: 10607354.
HSL color Cylindrical-coordinate representation of color #FADAA1: hue angle of 38.43º 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 #FADAA1 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 161 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.02 |
| HSL | 38.43º | 0.9% | 0.81% | - |
| HSV(B) | 38.43º | 0.36% | 0.98% | - |
| XYZ | 70.93 | 73.04 | 44.08 | - |
| YUV | 221.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 161 | 0 | 0.13 | 0.36 | 0.02 | 38.43 | 0.9 | 0.81 |
| Hex | FA | DA | A1 | 0 | D | 24 | 2 | 26 | 5A | 51 |
| Octal | 372 | 332 | 241 | 0 | 15 | 44 | 2 | 46 | 132 | 121 |
| Binary | 11111010 | 11011010 | 10100001 | 0 | 1101 | 100100 | 10 | 100110 | 1011010 | 1010001 |
Color Harmonies of #FADAA1
Complementary color
Monochromatic Colors of #FADAA1
Black with #FADAA1
Text Example
Text Example
White with #FADAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAA1; }
p { color: rgb(250,218,161); }
H1.HeaderClassName
{
color: #FADAA1;
}
.AnyTagClassName
{
color: #FADAA1;
}
</style>
background-color css
<style>
a { background-color: #FADAA1; }
a { background-color: rgb(250,218,161); }
div.DivClassName
{
background-color: #FADAA1;
}
.BgClassName
{
background-color: #FADAA1;
}
</style>
border-color css
<style>
span { border-color: #FADAA1; }
span { border-color: rgb(250,218,161); }
td.TdClassName
{
border-color: #FADAA1;
}
.TagClassName
{
border-color: #FADAA1;
}
</style>