Shades of Pale Prim #FDF698
Tints of Pale Prim #FDF698
RGB
CMYK
RGB Variations
Color information
#FDF698 (or 0xFDF698) is known color: Pale Prim. HEX triplet: FD, F6 and 98. RGB value is (253,246,152). Sum of RGB (Red+Green+Blue) = 253+246+152=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 152 (59.77% from 255 or 23.35% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF698 is #020967. Grayscale: #EDEDED. Windows color (decimal): -133480 or 10024701. OLE color: 10024701.
HSL color Cylindrical-coordinate representation of color #FDF698: hue angle of 55.84º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF698 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 152 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.01 |
| HSL | 55.84º | 0.96% | 0.79% | - |
| HSV(B) | 55.84º | 0.4% | 0.99% | - |
| XYZ | 79.13 | 89.06 | 42.73 | - |
| YUV | 237.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 152 | 0 | 0.03 | 0.40 | 0.01 | 55.84 | 0.96 | 0.79 |
| Hex | FD | F6 | 98 | 0 | 3 | 28 | 1 | 38 | 60 | 4F |
| Octal | 375 | 366 | 230 | 0 | 3 | 50 | 1 | 70 | 140 | 117 |
| Binary | 11111101 | 11110110 | 10011000 | 0 | 11 | 101000 | 1 | 111000 | 1100000 | 1001111 |
Color Harmonies of #FDF698
Complementary color
Monochromatic Colors of #FDF698
Black with #FDF698
Text Example
Text Example
White with #FDF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF698; }
p { color: rgb(253,246,152); }
H1.HeaderClassName
{
color: #FDF698;
}
.AnyTagClassName
{
color: #FDF698;
}
</style>
background-color css
<style>
a { background-color: #FDF698; }
a { background-color: rgb(253,246,152); }
div.DivClassName
{
background-color: #FDF698;
}
.BgClassName
{
background-color: #FDF698;
}
</style>
border-color css
<style>
span { border-color: #FDF698; }
span { border-color: rgb(253,246,152); }
td.TdClassName
{
border-color: #FDF698;
}
.TagClassName
{
border-color: #FDF698;
}
</style>