Shades of Pale Prim #FFF5A4
Tints of Pale Prim #FFF5A4
RGB
CMYK
RGB Variations
Color information
#FFF5A4 (or 0xFFF5A4) is known color: Pale Prim. HEX triplet: FF, F5 and A4. RGB value is (255,245,164). Sum of RGB (Red+Green+Blue) = 255+245+164=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 164 (64.45% from 255 or 24.70% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5A4 is #000A5B. Grayscale: #EFEFEF. Windows color (decimal): -2652 or 10810879. OLE color: 10810879.
HSL color Cylindrical-coordinate representation of color #FFF5A4: hue angle of 53.41º 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 #FFF5A4 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 164 | - |
| CMYK | 0 | 0.04 | 0.36 | 0 |
| HSL | 53.41º | 1% | 0.82% | - |
| HSV(B) | 53.41º | 0.36% | 1% | - |
| XYZ | 80.59 | 89.25 | 48.1 | - |
| YUV | 238.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 164 | 0 | 0.04 | 0.36 | 0 | 53.41 | 1 | 0.82 |
| Hex | FF | F5 | A4 | 0 | 4 | 24 | 0 | 35 | 64 | 52 |
| Octal | 377 | 365 | 244 | 0 | 4 | 44 | 0 | 65 | 144 | 122 |
| Binary | 11111111 | 11110101 | 10100100 | 0 | 100 | 100100 | 0 | 110101 | 1100100 | 1010010 |
Color Harmonies of #FFF5A4
Complementary color
Monochromatic Colors of #FFF5A4
Black with #FFF5A4
Text Example
Text Example
White with #FFF5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5A4; }
p { color: rgb(255,245,164); }
H1.HeaderClassName
{
color: #FFF5A4;
}
.AnyTagClassName
{
color: #FFF5A4;
}
</style>
background-color css
<style>
a { background-color: #FFF5A4; }
a { background-color: rgb(255,245,164); }
div.DivClassName
{
background-color: #FFF5A4;
}
.BgClassName
{
background-color: #FFF5A4;
}
</style>
border-color css
<style>
span { border-color: #FFF5A4; }
span { border-color: rgb(255,245,164); }
td.TdClassName
{
border-color: #FFF5A4;
}
.TagClassName
{
border-color: #FFF5A4;
}
</style>