Shades of Pale Prim #FFFA9F
Tints of Pale Prim #FFFA9F
RGB
CMYK
RGB Variations
Color information
#FFFA9F (or 0xFFFA9F) is known color: Pale Prim. HEX triplet: FF, FA and 9F. RGB value is (255,250,159). Sum of RGB (Red+Green+Blue) = 255+250+159=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 159 (62.5% from 255 or 23.95% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA9F is #000560. Grayscale: #F1F1F1. Windows color (decimal): -1377 or 10484479. OLE color: 10484479.
HSL color Cylindrical-coordinate representation of color #FFFA9F: hue angle of 56.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFFA9F is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 159 | - |
| CMYK | 0 | 0.02 | 0.38 | 0 |
| HSL | 56.88º | 1% | 0.81% | - |
| HSV(B) | 56.88º | 0.38% | 1% | - |
| XYZ | 81.68 | 92.13 | 46.28 | - |
| YUV | 241.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 159 | 0 | 0.02 | 0.38 | 0 | 56.88 | 1 | 0.81 |
| Hex | FF | FA | 9F | 0 | 2 | 26 | 0 | 39 | 64 | 51 |
| Octal | 377 | 372 | 237 | 0 | 2 | 46 | 0 | 71 | 144 | 121 |
| Binary | 11111111 | 11111010 | 10011111 | 0 | 10 | 100110 | 0 | 111001 | 1100100 | 1010001 |
Color Harmonies of #FFFA9F
Complementary color
Monochromatic Colors of #FFFA9F
Black with #FFFA9F
Text Example
Text Example
White with #FFFA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA9F; }
p { color: rgb(255,250,159); }
H1.HeaderClassName
{
color: #FFFA9F;
}
.AnyTagClassName
{
color: #FFFA9F;
}
</style>
background-color css
<style>
a { background-color: #FFFA9F; }
a { background-color: rgb(255,250,159); }
div.DivClassName
{
background-color: #FFFA9F;
}
.BgClassName
{
background-color: #FFFA9F;
}
</style>
border-color css
<style>
span { border-color: #FFFA9F; }
span { border-color: rgb(255,250,159); }
td.TdClassName
{
border-color: #FFFA9F;
}
.TagClassName
{
border-color: #FFFA9F;
}
</style>