Shades of Pale Prim #F2F4A2
Tints of Pale Prim #F2F4A2
RGB
CMYK
RGB Variations
Color information
#F2F4A2 (or 0xF2F4A2) is known color: Pale Prim. HEX triplet: F2, F4 and A2. RGB value is (242,244,162). Sum of RGB (Red+Green+Blue) = 242+244+162=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 162 (63.67% from 255 or 25% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F4A2 is #0D0B5D. Grayscale: #EAEAEA. Windows color (decimal): -854878 or 10679538. OLE color: 10679538.
HSL color Cylindrical-coordinate representation of color #F2F4A2: hue angle of 61.46º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2F4A2 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 162 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.04 |
| HSL | 61.46º | 0.79% | 0.8% | - |
| HSV(B) | 61.46º | 0.34% | 0.96% | - |
| XYZ | 75.49 | 86.19 | 46.84 | - |
| YUV | 234.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 162 | 0.01 | 0 | 0.34 | 0.04 | 61.46 | 0.79 | 0.8 |
| Hex | F2 | F4 | A2 | 1 | 0 | 22 | 4 | 3D | 4F | 50 |
| Octal | 362 | 364 | 242 | 1 | 0 | 42 | 4 | 75 | 117 | 120 |
| Binary | 11110010 | 11110100 | 10100010 | 1 | 0 | 100010 | 100 | 111101 | 1001111 | 1010000 |
Color Harmonies of #F2F4A2
Complementary color
Monochromatic Colors of #F2F4A2
Black with #F2F4A2
Text Example
Text Example
White with #F2F4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4A2; }
p { color: rgb(242,244,162); }
H1.HeaderClassName
{
color: #F2F4A2;
}
.AnyTagClassName
{
color: #F2F4A2;
}
</style>
background-color css
<style>
a { background-color: #F2F4A2; }
a { background-color: rgb(242,244,162); }
div.DivClassName
{
background-color: #F2F4A2;
}
.BgClassName
{
background-color: #F2F4A2;
}
</style>
border-color css
<style>
span { border-color: #F2F4A2; }
span { border-color: rgb(242,244,162); }
td.TdClassName
{
border-color: #F2F4A2;
}
.TagClassName
{
border-color: #F2F4A2;
}
</style>