Shades of Pale Prim #FFF5A0
Tints of Pale Prim #FFF5A0
RGB
CMYK
RGB Variations
Color information
#FFF5A0 (or 0xFFF5A0) is known color: Pale Prim. HEX triplet: FF, F5 and A0. RGB value is (255,245,160). Sum of RGB (Red+Green+Blue) = 255+245+160=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 160 (62.89% from 255 or 24.24% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5A0 is #000A5F. Grayscale: #EEEEEE. Windows color (decimal): -2656 or 10548735. OLE color: 10548735.
HSL color Cylindrical-coordinate representation of color #FFF5A0: hue angle of 53.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFF5A0 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 160 | - |
| CMYK | 0 | 0.04 | 0.37 | 0 |
| HSL | 53.68º | 1% | 0.81% | - |
| HSV(B) | 53.68º | 0.37% | 1% | - |
| XYZ | 80.24 | 89.1 | 46.23 | - |
| YUV | 238.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 160 | 0 | 0.04 | 0.37 | 0 | 53.68 | 1 | 0.81 |
| Hex | FF | F5 | A0 | 0 | 4 | 25 | 0 | 36 | 64 | 51 |
| Octal | 377 | 365 | 240 | 0 | 4 | 45 | 0 | 66 | 144 | 121 |
| Binary | 11111111 | 11110101 | 10100000 | 0 | 100 | 100101 | 0 | 110110 | 1100100 | 1010001 |
Color Harmonies of #FFF5A0
Complementary color
Monochromatic Colors of #FFF5A0
Black with #FFF5A0
Text Example
Text Example
White with #FFF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5A0; }
p { color: rgb(255,245,160); }
H1.HeaderClassName
{
color: #FFF5A0;
}
.AnyTagClassName
{
color: #FFF5A0;
}
</style>
background-color css
<style>
a { background-color: #FFF5A0; }
a { background-color: rgb(255,245,160); }
div.DivClassName
{
background-color: #FFF5A0;
}
.BgClassName
{
background-color: #FFF5A0;
}
</style>
border-color css
<style>
span { border-color: #FFF5A0; }
span { border-color: rgb(255,245,160); }
td.TdClassName
{
border-color: #FFF5A0;
}
.TagClassName
{
border-color: #FFF5A0;
}
</style>