Shades of Pale Prim #FAF8A3
Tints of Pale Prim #FAF8A3
RGB
CMYK
RGB Variations
Color information
#FAF8A3 (or 0xFAF8A3) is known color: Pale Prim. HEX triplet: FA, F8 and A3. RGB value is (250,248,163). Sum of RGB (Red+Green+Blue) = 250+248+163=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 163 (64.06% from 255 or 24.66% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A3 is #05075C. Grayscale: #EFEFEF. Windows color (decimal): -329565 or 10746106. OLE color: 10746106.
HSL color Cylindrical-coordinate representation of color #FAF8A3: hue angle of 58.62º 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 #FAF8A3 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 163 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.02 |
| HSL | 58.62º | 0.9% | 0.81% | - |
| HSV(B) | 58.62º | 0.35% | 0.98% | - |
| XYZ | 79.6 | 90.1 | 47.85 | - |
| YUV | 238.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 163 | 0 | 0.01 | 0.35 | 0.02 | 58.62 | 0.9 | 0.81 |
| Hex | FA | F8 | A3 | 0 | 1 | 23 | 2 | 3B | 5A | 51 |
| Octal | 372 | 370 | 243 | 0 | 1 | 43 | 2 | 73 | 132 | 121 |
| Binary | 11111010 | 11111000 | 10100011 | 0 | 1 | 100011 | 10 | 111011 | 1011010 | 1010001 |
Color Harmonies of #FAF8A3
Complementary color
Monochromatic Colors of #FAF8A3
Black with #FAF8A3
Text Example
Text Example
White with #FAF8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8A3; }
p { color: rgb(250,248,163); }
H1.HeaderClassName
{
color: #FAF8A3;
}
.AnyTagClassName
{
color: #FAF8A3;
}
</style>
background-color css
<style>
a { background-color: #FAF8A3; }
a { background-color: rgb(250,248,163); }
div.DivClassName
{
background-color: #FAF8A3;
}
.BgClassName
{
background-color: #FAF8A3;
}
</style>
border-color css
<style>
span { border-color: #FAF8A3; }
span { border-color: rgb(250,248,163); }
td.TdClassName
{
border-color: #FAF8A3;
}
.TagClassName
{
border-color: #FAF8A3;
}
</style>