Shades of Pale Prim #FFF9A3
Tints of Pale Prim #FFF9A3
RGB
CMYK
RGB Variations
Color information
#FFF9A3 (or 0xFFF9A3) is known color: Pale Prim. HEX triplet: FF, F9 and A3. RGB value is (255,249,163). Sum of RGB (Red+Green+Blue) = 255+249+163=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 163 (64.06% from 255 or 24.44% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A3 is #00065C. Grayscale: #F1F1F1. Windows color (decimal): -1629 or 10746367. OLE color: 10746367.
HSL color Cylindrical-coordinate representation of color #FFF9A3: hue angle of 56.09º 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 #FFF9A3 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 163 | - |
| CMYK | 0 | 0.02 | 0.36 | 0 |
| HSL | 56.09º | 1% | 0.82% | - |
| HSV(B) | 56.09º | 0.36% | 1% | - |
| XYZ | 81.73 | 91.66 | 48.03 | - |
| YUV | 240.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 163 | 0 | 0.02 | 0.36 | 0 | 56.09 | 1 | 0.82 |
| Hex | FF | F9 | A3 | 0 | 2 | 24 | 0 | 38 | 64 | 52 |
| Octal | 377 | 371 | 243 | 0 | 2 | 44 | 0 | 70 | 144 | 122 |
| Binary | 11111111 | 11111001 | 10100011 | 0 | 10 | 100100 | 0 | 111000 | 1100100 | 1010010 |
Color Harmonies of #FFF9A3
Complementary color
Monochromatic Colors of #FFF9A3
Black with #FFF9A3
Text Example
Text Example
White with #FFF9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9A3; }
p { color: rgb(255,249,163); }
H1.HeaderClassName
{
color: #FFF9A3;
}
.AnyTagClassName
{
color: #FFF9A3;
}
</style>
background-color css
<style>
a { background-color: #FFF9A3; }
a { background-color: rgb(255,249,163); }
div.DivClassName
{
background-color: #FFF9A3;
}
.BgClassName
{
background-color: #FFF9A3;
}
</style>
border-color css
<style>
span { border-color: #FFF9A3; }
span { border-color: rgb(255,249,163); }
td.TdClassName
{
border-color: #FFF9A3;
}
.TagClassName
{
border-color: #FFF9A3;
}
</style>