Shades of Pale Prim #FFFA9E
Tints of Pale Prim #FFFA9E
RGB
CMYK
RGB Variations
Color information
#FFFA9E (or 0xFFFA9E) is known color: Pale Prim. HEX triplet: FF, FA and 9E. RGB value is (255,250,158). Sum of RGB (Red+Green+Blue) = 255+250+158=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 158 (62.11% from 255 or 23.83% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA9E is #000561. Grayscale: #F1F1F1. Windows color (decimal): -1378 or 10418943. OLE color: 10418943.
HSL color Cylindrical-coordinate representation of color #FFFA9E: hue angle of 56.91º 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 #FFFA9E is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 158 | - |
| CMYK | 0 | 0.02 | 0.38 | 0 |
| HSL | 56.91º | 1% | 0.81% | - |
| HSV(B) | 56.91º | 0.38% | 1% | - |
| XYZ | 81.6 | 92.1 | 45.82 | - |
| YUV | 241.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 158 | 0 | 0.02 | 0.38 | 0 | 56.91 | 1 | 0.81 |
| Hex | FF | FA | 9E | 0 | 2 | 26 | 0 | 39 | 64 | 51 |
| Octal | 377 | 372 | 236 | 0 | 2 | 46 | 0 | 71 | 144 | 121 |
| Binary | 11111111 | 11111010 | 10011110 | 0 | 10 | 100110 | 0 | 111001 | 1100100 | 1010001 |
Color Harmonies of #FFFA9E
Complementary color
Monochromatic Colors of #FFFA9E
Black with #FFFA9E
Text Example
Text Example
White with #FFFA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA9E; }
p { color: rgb(255,250,158); }
H1.HeaderClassName
{
color: #FFFA9E;
}
.AnyTagClassName
{
color: #FFFA9E;
}
</style>
background-color css
<style>
a { background-color: #FFFA9E; }
a { background-color: rgb(255,250,158); }
div.DivClassName
{
background-color: #FFFA9E;
}
.BgClassName
{
background-color: #FFFA9E;
}
</style>
border-color css
<style>
span { border-color: #FFFA9E; }
span { border-color: rgb(255,250,158); }
td.TdClassName
{
border-color: #FFFA9E;
}
.TagClassName
{
border-color: #FFFA9E;
}
</style>