Shades of Pale Prim #F7F1A4
Tints of Pale Prim #F7F1A4
RGB
CMYK
RGB Variations
Color information
#F7F1A4 (or 0xF7F1A4) is known color: Pale Prim. HEX triplet: F7, F1 and A4. RGB value is (247,241,164). Sum of RGB (Red+Green+Blue) = 247+241+164=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 164 (64.45% from 255 or 25.15% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F1A4 is #080E5B. Grayscale: #EAEAEA. Windows color (decimal): -527964 or 10809847. OLE color: 10809847.
HSL color Cylindrical-coordinate representation of color #F7F1A4: hue angle of 55.66º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7F1A4 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 164 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.03 |
| HSL | 55.66º | 0.84% | 0.81% | - |
| HSV(B) | 55.66º | 0.34% | 0.97% | - |
| XYZ | 76.51 | 85.37 | 47.57 | - |
| YUV | 234.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 164 | 0 | 0.02 | 0.34 | 0.03 | 55.66 | 0.84 | 0.81 |
| Hex | F7 | F1 | A4 | 0 | 2 | 22 | 3 | 38 | 54 | 51 |
| Octal | 367 | 361 | 244 | 0 | 2 | 42 | 3 | 70 | 124 | 121 |
| Binary | 11110111 | 11110001 | 10100100 | 0 | 10 | 100010 | 11 | 111000 | 1010100 | 1010001 |
Color Harmonies of #F7F1A4
Complementary color
Monochromatic Colors of #F7F1A4
Black with #F7F1A4
Text Example
Text Example
White with #F7F1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F1A4; }
p { color: rgb(247,241,164); }
H1.HeaderClassName
{
color: #F7F1A4;
}
.AnyTagClassName
{
color: #F7F1A4;
}
</style>
background-color css
<style>
a { background-color: #F7F1A4; }
a { background-color: rgb(247,241,164); }
div.DivClassName
{
background-color: #F7F1A4;
}
.BgClassName
{
background-color: #F7F1A4;
}
</style>
border-color css
<style>
span { border-color: #F7F1A4; }
span { border-color: rgb(247,241,164); }
td.TdClassName
{
border-color: #F7F1A4;
}
.TagClassName
{
border-color: #F7F1A4;
}
</style>