Shades of Frangipani #FAD2A0
Tints of Frangipani #FAD2A0
RGB
CMYK
RGB Variations
Color information
#FAD2A0 (or 0xFAD2A0) is known color: Frangipani. HEX triplet: FA, D2 and A0. RGB value is (250,210,160). Sum of RGB (Red+Green+Blue) = 250+210+160=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2A0 is #052D5F. Grayscale: #D8D8D8. Windows color (decimal): -339296 or 10539770. OLE color: 10539770.
HSL color Cylindrical-coordinate representation of color #FAD2A0: hue angle of 33.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAD2A0 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 210 | 160 | - |
CMYK | 0 | 0.16 | 0.36 | 0.02 |
HSL | 33.33º | 0.9% | 0.8% | - |
HSV(B) | 33.33º | 0.36% | 0.98% | - |
XYZ | 68.82 | 68.96 | 42.94 | - |
YUV | 216.26 | 96.25 | 152.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 210 | 160 | 0 | 0.16 | 0.36 | 0.02 | 33.33 | 0.9 | 0.8 |
Hex | FA | D2 | A0 | 0 | 10 | 24 | 2 | 21 | 5A | 50 |
Octal | 372 | 322 | 240 | 0 | 20 | 44 | 2 | 41 | 132 | 120 |
Binary | 11111010 | 11010010 | 10100000 | 0 | 10000 | 100100 | 10 | 100001 | 1011010 | 1010000 |
Color Harmonies of #FAD2A0
Complementary color
Monochromatic Colors of #FAD2A0
Black with #FAD2A0
Text Example
Text Example
White with #FAD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2A0; }
p { color: rgb(250,210,160); }
H1.HeaderClassName
{
color: #FAD2A0;
}
.AnyTagClassName
{
color: #FAD2A0;
}
</style>
background-color css
<style>
a { background-color: #FAD2A0; }
a { background-color: rgb(250,210,160); }
div.DivClassName
{
background-color: #FAD2A0;
}
.BgClassName
{
background-color: #FAD2A0;
}
</style>
border-color css
<style>
span { border-color: #FAD2A0; }
span { border-color: rgb(250,210,160); }
td.TdClassName
{
border-color: #FAD2A0;
}
.TagClassName
{
border-color: #FAD2A0;
}
</style>