Shades of Pale Prim #FFF598
Tints of Pale Prim #FFF598
RGB
CMYK
RGB Variations
Color information
#FFF598 (or 0xFFF598) is known color: Pale Prim. HEX triplet: FF, F5 and 98. RGB value is (255,245,152). Sum of RGB (Red+Green+Blue) = 255+245+152=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 152 (59.77% from 255 or 23.31% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF598 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF598 is #000A67. Grayscale: #EDEDED. Windows color (decimal): -2664 or 10024447. OLE color: 10024447.
HSL color Cylindrical-coordinate representation of color #FFF598: hue angle of 54.17º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFF598 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 152 | - |
| CMYK | 0 | 0.04 | 0.40 | 0 |
| HSL | 54.17º | 1% | 0.8% | - |
| HSV(B) | 54.17º | 0.4% | 1% | - |
| XYZ | 79.56 | 88.83 | 42.66 | - |
| YUV | 237.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 152 | 0 | 0.04 | 0.40 | 0 | 54.17 | 1 | 0.8 |
| Hex | FF | F5 | 98 | 0 | 4 | 28 | 0 | 36 | 64 | 50 |
| Octal | 377 | 365 | 230 | 0 | 4 | 50 | 0 | 66 | 144 | 120 |
| Binary | 11111111 | 11110101 | 10011000 | 0 | 100 | 101000 | 0 | 110110 | 1100100 | 1010000 |
Color Harmonies of #FFF598
Complementary color
Monochromatic Colors of #FFF598
Black with #FFF598
Text Example
Text Example
White with #FFF598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF598; }
p { color: rgb(255,245,152); }
H1.HeaderClassName
{
color: #FFF598;
}
.AnyTagClassName
{
color: #FFF598;
}
</style>
background-color css
<style>
a { background-color: #FFF598; }
a { background-color: rgb(255,245,152); }
div.DivClassName
{
background-color: #FFF598;
}
.BgClassName
{
background-color: #FFF598;
}
</style>
border-color css
<style>
span { border-color: #FFF598; }
span { border-color: rgb(255,245,152); }
td.TdClassName
{
border-color: #FFF598;
}
.TagClassName
{
border-color: #FFF598;
}
</style>