Shades of Pale Prim #FAF1A0
Tints of Pale Prim #FAF1A0
RGB
CMYK
RGB Variations
Color information
#FAF1A0 (or 0xFAF1A0) is known color: Pale Prim. HEX triplet: FA, F1 and A0. RGB value is (250,241,160). Sum of RGB (Red+Green+Blue) = 250+241+160=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 160 (62.89% from 255 or 24.58% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A0 is #050E5F. Grayscale: #EAEAEA. Windows color (decimal): -331360 or 10547706. OLE color: 10547706.
HSL color Cylindrical-coordinate representation of color #FAF1A0: hue angle of 54º 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 #FAF1A0 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 160 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.02 |
| HSL | 54º | 0.9% | 0.8% | - |
| HSV(B) | 54º | 0.36% | 0.98% | - |
| XYZ | 77.22 | 85.77 | 45.74 | - |
| YUV | 234.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 160 | 0 | 0.04 | 0.36 | 0.02 | 54 | 0.9 | 0.8 |
| Hex | FA | F1 | A0 | 0 | 4 | 24 | 2 | 36 | 5A | 50 |
| Octal | 372 | 361 | 240 | 0 | 4 | 44 | 2 | 66 | 132 | 120 |
| Binary | 11111010 | 11110001 | 10100000 | 0 | 100 | 100100 | 10 | 110110 | 1011010 | 1010000 |
Color Harmonies of #FAF1A0
Complementary color
Monochromatic Colors of #FAF1A0
Black with #FAF1A0
Text Example
Text Example
White with #FAF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1A0; }
p { color: rgb(250,241,160); }
H1.HeaderClassName
{
color: #FAF1A0;
}
.AnyTagClassName
{
color: #FAF1A0;
}
</style>
background-color css
<style>
a { background-color: #FAF1A0; }
a { background-color: rgb(250,241,160); }
div.DivClassName
{
background-color: #FAF1A0;
}
.BgClassName
{
background-color: #FAF1A0;
}
</style>
border-color css
<style>
span { border-color: #FAF1A0; }
span { border-color: rgb(250,241,160); }
td.TdClassName
{
border-color: #FAF1A0;
}
.TagClassName
{
border-color: #FAF1A0;
}
</style>