Shades of Pale Prim #FFF5A2
Tints of Pale Prim #FFF5A2
RGB
CMYK
RGB Variations
Color information
#FFF5A2 (or 0xFFF5A2) is known color: Pale Prim. HEX triplet: FF, F5 and A2. RGB value is (255,245,162). Sum of RGB (Red+Green+Blue) = 255+245+162=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 162 (63.67% from 255 or 24.47% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5A2 is #000A5D. Grayscale: #EEEEEE. Windows color (decimal): -2654 or 10679807. OLE color: 10679807.
HSL color Cylindrical-coordinate representation of color #FFF5A2: hue angle of 53.55º 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 #FFF5A2 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 162 | - |
| CMYK | 0 | 0.04 | 0.36 | 0 |
| HSL | 53.55º | 1% | 0.82% | - |
| HSV(B) | 53.55º | 0.36% | 1% | - |
| XYZ | 80.41 | 89.17 | 47.16 | - |
| YUV | 238.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 162 | 0 | 0.04 | 0.36 | 0 | 53.55 | 1 | 0.82 |
| Hex | FF | F5 | A2 | 0 | 4 | 24 | 0 | 36 | 64 | 52 |
| Octal | 377 | 365 | 242 | 0 | 4 | 44 | 0 | 66 | 144 | 122 |
| Binary | 11111111 | 11110101 | 10100010 | 0 | 100 | 100100 | 0 | 110110 | 1100100 | 1010010 |
Color Harmonies of #FFF5A2
Complementary color
Monochromatic Colors of #FFF5A2
Black with #FFF5A2
Text Example
Text Example
White with #FFF5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5A2; }
p { color: rgb(255,245,162); }
H1.HeaderClassName
{
color: #FFF5A2;
}
.AnyTagClassName
{
color: #FFF5A2;
}
</style>
background-color css
<style>
a { background-color: #FFF5A2; }
a { background-color: rgb(255,245,162); }
div.DivClassName
{
background-color: #FFF5A2;
}
.BgClassName
{
background-color: #FFF5A2;
}
</style>
border-color css
<style>
span { border-color: #FFF5A2; }
span { border-color: rgb(255,245,162); }
td.TdClassName
{
border-color: #FFF5A2;
}
.TagClassName
{
border-color: #FFF5A2;
}
</style>