Shades of Pale Prim #FFF7A1
Tints of Pale Prim #FFF7A1
RGB
CMYK
RGB Variations
Color information
#FFF7A1 (or 0xFFF7A1) is known color: Pale Prim. HEX triplet: FF, F7 and A1. RGB value is (255,247,161). Sum of RGB (Red+Green+Blue) = 255+247+161=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 161 (63.28% from 255 or 24.28% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7A1 is #00085E. Grayscale: #EFEFEF. Windows color (decimal): -2143 or 10614783. OLE color: 10614783.
HSL color Cylindrical-coordinate representation of color #FFF7A1: hue angle of 54.89º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFF7A1 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 161 | - |
| CMYK | 0 | 0.03 | 0.37 | 0 |
| HSL | 54.89º | 1% | 0.82% | - |
| HSV(B) | 54.89º | 0.37% | 1% | - |
| XYZ | 80.93 | 90.35 | 46.89 | - |
| YUV | 239.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 161 | 0 | 0.03 | 0.37 | 0 | 54.89 | 1 | 0.82 |
| Hex | FF | F7 | A1 | 0 | 3 | 25 | 0 | 37 | 64 | 52 |
| Octal | 377 | 367 | 241 | 0 | 3 | 45 | 0 | 67 | 144 | 122 |
| Binary | 11111111 | 11110111 | 10100001 | 0 | 11 | 100101 | 0 | 110111 | 1100100 | 1010010 |
Color Harmonies of #FFF7A1
Complementary color
Monochromatic Colors of #FFF7A1
Black with #FFF7A1
Text Example
Text Example
White with #FFF7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7A1; }
p { color: rgb(255,247,161); }
H1.HeaderClassName
{
color: #FFF7A1;
}
.AnyTagClassName
{
color: #FFF7A1;
}
</style>
background-color css
<style>
a { background-color: #FFF7A1; }
a { background-color: rgb(255,247,161); }
div.DivClassName
{
background-color: #FFF7A1;
}
.BgClassName
{
background-color: #FFF7A1;
}
</style>
border-color css
<style>
span { border-color: #FFF7A1; }
span { border-color: rgb(255,247,161); }
td.TdClassName
{
border-color: #FFF7A1;
}
.TagClassName
{
border-color: #FFF7A1;
}
</style>