Shades of Pale Prim #FAF0A0
Tints of Pale Prim #FAF0A0
RGB
CMYK
RGB Variations
Color information
#FAF0A0 (or 0xFAF0A0) is known color: Pale Prim. HEX triplet: FA, F0 and A0. RGB value is (250,240,160). Sum of RGB (Red+Green+Blue) = 250+240+160=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 160 (62.89% from 255 or 24.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0A0 is #050F5F. Grayscale: #EAEAEA. Windows color (decimal): -331616 or 10547450. OLE color: 10547450.
HSL color Cylindrical-coordinate representation of color #FAF0A0: hue angle of 53.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 #FAF0A0 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 160 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.02 |
| HSL | 53.33º | 0.9% | 0.8% | - |
| HSV(B) | 53.33º | 0.36% | 0.98% | - |
| XYZ | 76.93 | 85.18 | 45.64 | - |
| YUV | 233.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 160 | 0 | 0.04 | 0.36 | 0.02 | 53.33 | 0.9 | 0.8 |
| Hex | FA | F0 | A0 | 0 | 4 | 24 | 2 | 35 | 5A | 50 |
| Octal | 372 | 360 | 240 | 0 | 4 | 44 | 2 | 65 | 132 | 120 |
| Binary | 11111010 | 11110000 | 10100000 | 0 | 100 | 100100 | 10 | 110101 | 1011010 | 1010000 |
Color Harmonies of #FAF0A0
Complementary color
Monochromatic Colors of #FAF0A0
Black with #FAF0A0
Text Example
Text Example
White with #FAF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0A0; }
p { color: rgb(250,240,160); }
H1.HeaderClassName
{
color: #FAF0A0;
}
.AnyTagClassName
{
color: #FAF0A0;
}
</style>
background-color css
<style>
a { background-color: #FAF0A0; }
a { background-color: rgb(250,240,160); }
div.DivClassName
{
background-color: #FAF0A0;
}
.BgClassName
{
background-color: #FAF0A0;
}
</style>
border-color css
<style>
span { border-color: #FAF0A0; }
span { border-color: rgb(250,240,160); }
td.TdClassName
{
border-color: #FAF0A0;
}
.TagClassName
{
border-color: #FAF0A0;
}
</style>