Shades of Pale Prim #FAF1A4
Tints of Pale Prim #FAF1A4
RGB
CMYK
RGB Variations
Color information
#FAF1A4 (or 0xFAF1A4) is known color: Pale Prim. HEX triplet: FA, F1 and A4. RGB value is (250,241,164). Sum of RGB (Red+Green+Blue) = 250+241+164=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 164 (64.45% from 255 or 25.04% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A4 is #050E5B. Grayscale: #EBEBEB. Windows color (decimal): -331356 or 10809850. OLE color: 10809850.
HSL color Cylindrical-coordinate representation of color #FAF1A4: hue angle of 53.72º 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 #FAF1A4 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 164 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.02 |
| HSL | 53.72º | 0.9% | 0.81% | - |
| HSV(B) | 53.72º | 0.34% | 0.98% | - |
| XYZ | 77.58 | 85.91 | 47.62 | - |
| YUV | 234.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 164 | 0 | 0.04 | 0.34 | 0.02 | 53.72 | 0.9 | 0.81 |
| Hex | FA | F1 | A4 | 0 | 4 | 22 | 2 | 36 | 5A | 51 |
| Octal | 372 | 361 | 244 | 0 | 4 | 42 | 2 | 66 | 132 | 121 |
| Binary | 11111010 | 11110001 | 10100100 | 0 | 100 | 100010 | 10 | 110110 | 1011010 | 1010001 |
Color Harmonies of #FAF1A4
Complementary color
Monochromatic Colors of #FAF1A4
Black with #FAF1A4
Text Example
Text Example
White with #FAF1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF1A4; }
p { color: rgb(250,241,164); }
H1.HeaderClassName
{
color: #FAF1A4;
}
.AnyTagClassName
{
color: #FAF1A4;
}
</style>
background-color css
<style>
a { background-color: #FAF1A4; }
a { background-color: rgb(250,241,164); }
div.DivClassName
{
background-color: #FAF1A4;
}
.BgClassName
{
background-color: #FAF1A4;
}
</style>
border-color css
<style>
span { border-color: #FAF1A4; }
span { border-color: rgb(250,241,164); }
td.TdClassName
{
border-color: #FAF1A4;
}
.TagClassName
{
border-color: #FAF1A4;
}
</style>