Shades of Pale Prim #FAF2A0
Tints of Pale Prim #FAF2A0
RGB
CMYK
RGB Variations
Color information
#FAF2A0 (or 0xFAF2A0) is known color: Pale Prim. HEX triplet: FA, F2 and A0. RGB value is (250,242,160). Sum of RGB (Red+Green+Blue) = 250+242+160=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A0 is #050D5F. Grayscale: #EBEBEB. Windows color (decimal): -331104 or 10547962. OLE color: 10547962.
HSL color Cylindrical-coordinate representation of color #FAF2A0: hue angle of 54.67º 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 #FAF2A0 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 160 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.02 |
| HSL | 54.67º | 0.9% | 0.8% | - |
| HSV(B) | 54.67º | 0.36% | 0.98% | - |
| XYZ | 77.52 | 86.37 | 45.84 | - |
| YUV | 235.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 160 | 0 | 0.03 | 0.36 | 0.02 | 54.67 | 0.9 | 0.8 |
| Hex | FA | F2 | A0 | 0 | 3 | 24 | 2 | 37 | 5A | 50 |
| Octal | 372 | 362 | 240 | 0 | 3 | 44 | 2 | 67 | 132 | 120 |
| Binary | 11111010 | 11110010 | 10100000 | 0 | 11 | 100100 | 10 | 110111 | 1011010 | 1010000 |
Color Harmonies of #FAF2A0
Complementary color
Monochromatic Colors of #FAF2A0
Black with #FAF2A0
Text Example
Text Example
White with #FAF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2A0; }
p { color: rgb(250,242,160); }
H1.HeaderClassName
{
color: #FAF2A0;
}
.AnyTagClassName
{
color: #FAF2A0;
}
</style>
background-color css
<style>
a { background-color: #FAF2A0; }
a { background-color: rgb(250,242,160); }
div.DivClassName
{
background-color: #FAF2A0;
}
.BgClassName
{
background-color: #FAF2A0;
}
</style>
border-color css
<style>
span { border-color: #FAF2A0; }
span { border-color: rgb(250,242,160); }
td.TdClassName
{
border-color: #FAF2A0;
}
.TagClassName
{
border-color: #FAF2A0;
}
</style>