Shades of Pale Prim #F8FAA0
Tints of Pale Prim #F8FAA0
RGB
CMYK
RGB Variations
Color information
#F8FAA0 (or 0xF8FAA0) is known color: Pale Prim. HEX triplet: F8, FA and A0. RGB value is (248,250,160). Sum of RGB (Red+Green+Blue) = 248+250+160=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 160 (62.89% from 255 or 24.32% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAA0 is #07055F. Grayscale: #EFEFEF. Windows color (decimal): -460128 or 10550008. OLE color: 10550008.
HSL color Cylindrical-coordinate representation of color #F8FAA0: hue angle of 61.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8FAA0 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 160 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.02 |
| HSL | 61.33º | 0.9% | 0.8% | - |
| HSV(B) | 61.33º | 0.36% | 0.98% | - |
| XYZ | 79.24 | 90.87 | 46.62 | - |
| YUV | 239.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 160 | 0.01 | 0 | 0.36 | 0.02 | 61.33 | 0.9 | 0.8 |
| Hex | F8 | FA | A0 | 1 | 0 | 24 | 2 | 3D | 5A | 50 |
| Octal | 370 | 372 | 240 | 1 | 0 | 44 | 2 | 75 | 132 | 120 |
| Binary | 11111000 | 11111010 | 10100000 | 1 | 0 | 100100 | 10 | 111101 | 1011010 | 1010000 |
Color Harmonies of #F8FAA0
Complementary color
Monochromatic Colors of #F8FAA0
Black with #F8FAA0
Text Example
Text Example
White with #F8FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FAA0; }
p { color: rgb(248,250,160); }
H1.HeaderClassName
{
color: #F8FAA0;
}
.AnyTagClassName
{
color: #F8FAA0;
}
</style>
background-color css
<style>
a { background-color: #F8FAA0; }
a { background-color: rgb(248,250,160); }
div.DivClassName
{
background-color: #F8FAA0;
}
.BgClassName
{
background-color: #F8FAA0;
}
</style>
border-color css
<style>
span { border-color: #F8FAA0; }
span { border-color: rgb(248,250,160); }
td.TdClassName
{
border-color: #F8FAA0;
}
.TagClassName
{
border-color: #F8FAA0;
}
</style>