Shades of Pale Prim #FFF9A2
Tints of Pale Prim #FFF9A2
RGB
CMYK
RGB Variations
Color information
#FFF9A2 (or 0xFFF9A2) is known color: Pale Prim. HEX triplet: FF, F9 and A2. RGB value is (255,249,162). Sum of RGB (Red+Green+Blue) = 255+249+162=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 162 (63.67% from 255 or 24.32% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A2 is #00065D. Grayscale: #F1F1F1. Windows color (decimal): -1630 or 10680831. OLE color: 10680831.
HSL color Cylindrical-coordinate representation of color #FFF9A2: hue angle of 56.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFF9A2 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 162 | - |
| CMYK | 0 | 0.02 | 0.36 | 0 |
| HSL | 56.13º | 1% | 0.82% | - |
| HSV(B) | 56.13º | 0.36% | 1% | - |
| XYZ | 81.64 | 91.62 | 47.56 | - |
| YUV | 240.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 162 | 0 | 0.02 | 0.36 | 0 | 56.13 | 1 | 0.82 |
| Hex | FF | F9 | A2 | 0 | 2 | 24 | 0 | 38 | 64 | 52 |
| Octal | 377 | 371 | 242 | 0 | 2 | 44 | 0 | 70 | 144 | 122 |
| Binary | 11111111 | 11111001 | 10100010 | 0 | 10 | 100100 | 0 | 111000 | 1100100 | 1010010 |
Color Harmonies of #FFF9A2
Complementary color
Monochromatic Colors of #FFF9A2
Black with #FFF9A2
Text Example
Text Example
White with #FFF9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9A2; }
p { color: rgb(255,249,162); }
H1.HeaderClassName
{
color: #FFF9A2;
}
.AnyTagClassName
{
color: #FFF9A2;
}
</style>
background-color css
<style>
a { background-color: #FFF9A2; }
a { background-color: rgb(255,249,162); }
div.DivClassName
{
background-color: #FFF9A2;
}
.BgClassName
{
background-color: #FFF9A2;
}
</style>
border-color css
<style>
span { border-color: #FFF9A2; }
span { border-color: rgb(255,249,162); }
td.TdClassName
{
border-color: #FFF9A2;
}
.TagClassName
{
border-color: #FFF9A2;
}
</style>