Shades of Pale Prim #FAF0A4
Tints of Pale Prim #FAF0A4
RGB
CMYK
RGB Variations
Color information
#FAF0A4 (or 0xFAF0A4) is known color: Pale Prim. HEX triplet: FA, F0 and A4. RGB value is (250,240,164). Sum of RGB (Red+Green+Blue) = 250+240+164=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 164 (64.45% from 255 or 25.08% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0A4 is #050F5B. Grayscale: #EAEAEA. Windows color (decimal): -331612 or 10809594. OLE color: 10809594.
HSL color Cylindrical-coordinate representation of color #FAF0A4: hue angle of 53.02º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAF0A4 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 164 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.02 |
| HSL | 53.02º | 0.9% | 0.81% | - |
| HSV(B) | 53.02º | 0.34% | 0.98% | - |
| XYZ | 77.29 | 85.32 | 47.52 | - |
| YUV | 234.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 164 | 0 | 0.04 | 0.34 | 0.02 | 53.02 | 0.9 | 0.81 |
| Hex | FA | F0 | A4 | 0 | 4 | 22 | 2 | 35 | 5A | 51 |
| Octal | 372 | 360 | 244 | 0 | 4 | 42 | 2 | 65 | 132 | 121 |
| Binary | 11111010 | 11110000 | 10100100 | 0 | 100 | 100010 | 10 | 110101 | 1011010 | 1010001 |
Color Harmonies of #FAF0A4
Complementary color
Monochromatic Colors of #FAF0A4
Black with #FAF0A4
Text Example
Text Example
White with #FAF0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0A4; }
p { color: rgb(250,240,164); }
H1.HeaderClassName
{
color: #FAF0A4;
}
.AnyTagClassName
{
color: #FAF0A4;
}
</style>
background-color css
<style>
a { background-color: #FAF0A4; }
a { background-color: rgb(250,240,164); }
div.DivClassName
{
background-color: #FAF0A4;
}
.BgClassName
{
background-color: #FAF0A4;
}
</style>
border-color css
<style>
span { border-color: #FAF0A4; }
span { border-color: rgb(250,240,164); }
td.TdClassName
{
border-color: #FAF0A4;
}
.TagClassName
{
border-color: #FAF0A4;
}
</style>