Shades of Pale Prim #FFF8A2
Tints of Pale Prim #FFF8A2
RGB
CMYK
RGB Variations
Color information
#FFF8A2 (or 0xFFF8A2) is known color: Pale Prim. HEX triplet: FF, F8 and A2. RGB value is (255,248,162). Sum of RGB (Red+Green+Blue) = 255+248+162=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 162 (63.67% from 255 or 24.36% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8A2 is #00075D. Grayscale: #F0F0F0. Windows color (decimal): -1886 or 10680575. OLE color: 10680575.
HSL color Cylindrical-coordinate representation of color #FFF8A2: hue angle of 55.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFF8A2 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 162 | - |
| CMYK | 0 | 0.03 | 0.36 | 0 |
| HSL | 55.48º | 1% | 0.82% | - |
| HSV(B) | 55.48º | 0.36% | 1% | - |
| XYZ | 81.33 | 91 | 47.46 | - |
| YUV | 240.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 162 | 0 | 0.03 | 0.36 | 0 | 55.48 | 1 | 0.82 |
| Hex | FF | F8 | A2 | 0 | 3 | 24 | 0 | 37 | 64 | 52 |
| Octal | 377 | 370 | 242 | 0 | 3 | 44 | 0 | 67 | 144 | 122 |
| Binary | 11111111 | 11111000 | 10100010 | 0 | 11 | 100100 | 0 | 110111 | 1100100 | 1010010 |
Color Harmonies of #FFF8A2
Complementary color
Monochromatic Colors of #FFF8A2
Black with #FFF8A2
Text Example
Text Example
White with #FFF8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8A2; }
p { color: rgb(255,248,162); }
H1.HeaderClassName
{
color: #FFF8A2;
}
.AnyTagClassName
{
color: #FFF8A2;
}
</style>
background-color css
<style>
a { background-color: #FFF8A2; }
a { background-color: rgb(255,248,162); }
div.DivClassName
{
background-color: #FFF8A2;
}
.BgClassName
{
background-color: #FFF8A2;
}
</style>
border-color css
<style>
span { border-color: #FFF8A2; }
span { border-color: rgb(255,248,162); }
td.TdClassName
{
border-color: #FFF8A2;
}
.TagClassName
{
border-color: #FFF8A2;
}
</style>