Shades of Pale Prim #FAFAA1
Tints of Pale Prim #FAFAA1
RGB
CMYK
RGB Variations
Color information
#FAFAA1 (or 0xFAFAA1) is known color: Pale Prim. HEX triplet: FA, FA and A1. RGB value is (250,250,161). Sum of RGB (Red+Green+Blue) = 250+250+161=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA1 is #05055E. Grayscale: #F0F0F0. Windows color (decimal): -329055 or 10615546. OLE color: 10615546.
HSL color Cylindrical-coordinate representation of color #FAFAA1: hue angle of 60º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAFAA1 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 161 | - |
| CMYK | 0 | 0 | 0.36 | 0.02 |
| HSL | 60º | 0.9% | 0.81% | - |
| HSV(B) | 60º | 0.36% | 0.98% | - |
| XYZ | 80.04 | 91.27 | 47.12 | - |
| YUV | 239.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 161 | 0 | 0 | 0.36 | 0.02 | 60 | 0.9 | 0.81 |
| Hex | FA | FA | A1 | 0 | 0 | 24 | 2 | 3C | 5A | 51 |
| Octal | 372 | 372 | 241 | 0 | 0 | 44 | 2 | 74 | 132 | 121 |
| Binary | 11111010 | 11111010 | 10100001 | 0 | 0 | 100100 | 10 | 111100 | 1011010 | 1010001 |
Color Harmonies of #FAFAA1
Complementary color
Monochromatic Colors of #FAFAA1
Black with #FAFAA1
Text Example
Text Example
White with #FAFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAA1; }
p { color: rgb(250,250,161); }
H1.HeaderClassName
{
color: #FAFAA1;
}
.AnyTagClassName
{
color: #FAFAA1;
}
</style>
background-color css
<style>
a { background-color: #FAFAA1; }
a { background-color: rgb(250,250,161); }
div.DivClassName
{
background-color: #FAFAA1;
}
.BgClassName
{
background-color: #FAFAA1;
}
</style>
border-color css
<style>
span { border-color: #FAFAA1; }
span { border-color: rgb(250,250,161); }
td.TdClassName
{
border-color: #FAFAA1;
}
.TagClassName
{
border-color: #FAFAA1;
}
</style>