Shades of Pale Prim #F8F89D
Tints of Pale Prim #F8F89D
RGB
CMYK
RGB Variations
Color information
#F8F89D (or 0xF8F89D) is known color: Pale Prim. HEX triplet: F8, F8 and 9D. RGB value is (248,248,157). Sum of RGB (Red+Green+Blue) = 248+248+157=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 157 (61.72% from 255 or 24.04% from 653); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F89D is #070762. Grayscale: #EDEDED. Windows color (decimal): -460643 or 10352888. OLE color: 10352888.
HSL color Cylindrical-coordinate representation of color #F8F89D: hue angle of 60º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8F89D is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 157 | - |
| CMYK | 0 | 0 | 0.37 | 0.03 |
| HSL | 60º | 0.87% | 0.79% | - |
| HSV(B) | 60º | 0.37% | 0.97% | - |
| XYZ | 78.36 | 89.53 | 45.05 | - |
| YUV | 237.63 | 82.5 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 157 | 0 | 0 | 0.37 | 0.03 | 60 | 0.87 | 0.79 |
| Hex | F8 | F8 | 9D | 0 | 0 | 25 | 3 | 3C | 57 | 4F |
| Octal | 370 | 370 | 235 | 0 | 0 | 45 | 3 | 74 | 127 | 117 |
| Binary | 11111000 | 11111000 | 10011101 | 0 | 0 | 100101 | 11 | 111100 | 1010111 | 1001111 |
Color Harmonies of #F8F89D
Complementary color
Monochromatic Colors of #F8F89D
Black with #F8F89D
Text Example
Text Example
White with #F8F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F89D; }
p { color: rgb(248,248,157); }
H1.HeaderClassName
{
color: #F8F89D;
}
.AnyTagClassName
{
color: #F8F89D;
}
</style>
background-color css
<style>
a { background-color: #F8F89D; }
a { background-color: rgb(248,248,157); }
div.DivClassName
{
background-color: #F8F89D;
}
.BgClassName
{
background-color: #F8F89D;
}
</style>
border-color css
<style>
span { border-color: #F8F89D; }
span { border-color: rgb(248,248,157); }
td.TdClassName
{
border-color: #F8F89D;
}
.TagClassName
{
border-color: #F8F89D;
}
</style>