Shades of Pale Prim #FAF1A2
Tints of Pale Prim #FAF1A2
RGB
CMYK
RGB Variations
Color information
#FAF1A2 (or 0xFAF1A2) is known color: Pale Prim. HEX triplet: FA, F1 and A2. RGB value is (250,241,162). Sum of RGB (Red+Green+Blue) = 250+241+162=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A2 is #050E5D. Grayscale: #EBEBEB. Windows color (decimal): -331358 or 10678778. OLE color: 10678778.
HSL color Cylindrical-coordinate representation of color #FAF1A2: hue angle of 53.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAF1A2 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 162 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.02 |
| HSL | 53.86º | 0.9% | 0.81% | - |
| HSV(B) | 53.86º | 0.35% | 0.98% | - |
| XYZ | 77.4 | 85.84 | 46.67 | - |
| YUV | 234.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 162 | 0 | 0.04 | 0.35 | 0.02 | 53.86 | 0.9 | 0.81 |
| Hex | FA | F1 | A2 | 0 | 4 | 23 | 2 | 36 | 5A | 51 |
| Octal | 372 | 361 | 242 | 0 | 4 | 43 | 2 | 66 | 132 | 121 |
| Binary | 11111010 | 11110001 | 10100010 | 0 | 100 | 100011 | 10 | 110110 | 1011010 | 1010001 |
Color Harmonies of #FAF1A2
Complementary color
Monochromatic Colors of #FAF1A2
Black with #FAF1A2
Text Example
Text Example
White with #FAF1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1A2; }
p { color: rgb(250,241,162); }
H1.HeaderClassName
{
color: #FAF1A2;
}
.AnyTagClassName
{
color: #FAF1A2;
}
</style>
background-color css
<style>
a { background-color: #FAF1A2; }
a { background-color: rgb(250,241,162); }
div.DivClassName
{
background-color: #FAF1A2;
}
.BgClassName
{
background-color: #FAF1A2;
}
</style>
border-color css
<style>
span { border-color: #FAF1A2; }
span { border-color: rgb(250,241,162); }
td.TdClassName
{
border-color: #FAF1A2;
}
.TagClassName
{
border-color: #FAF1A2;
}
</style>