Shades of Pale Prim #FDF89A
Tints of Pale Prim #FDF89A
RGB
CMYK
RGB Variations
Color information
#FDF89A (or 0xFDF89A) is known color: Pale Prim. HEX triplet: FD, F8 and 9A. RGB value is (253,248,154). Sum of RGB (Red+Green+Blue) = 253+248+154=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 154 (60.55% from 255 or 23.51% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF89A is #020765. Grayscale: #EFEFEF. Windows color (decimal): -132966 or 10156285. OLE color: 10156285.
HSL color Cylindrical-coordinate representation of color #FDF89A: hue angle of 56.97º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDF89A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 154 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.01 |
| HSL | 56.97º | 0.96% | 0.8% | - |
| HSV(B) | 56.97º | 0.39% | 0.99% | - |
| XYZ | 79.91 | 90.35 | 43.8 | - |
| YUV | 238.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 154 | 0 | 0.02 | 0.39 | 0.01 | 56.97 | 0.96 | 0.8 |
| Hex | FD | F8 | 9A | 0 | 2 | 27 | 1 | 39 | 60 | 50 |
| Octal | 375 | 370 | 232 | 0 | 2 | 47 | 1 | 71 | 140 | 120 |
| Binary | 11111101 | 11111000 | 10011010 | 0 | 10 | 100111 | 1 | 111001 | 1100000 | 1010000 |
Color Harmonies of #FDF89A
Complementary color
Monochromatic Colors of #FDF89A
Black with #FDF89A
Text Example
Text Example
White with #FDF89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF89A; }
p { color: rgb(253,248,154); }
H1.HeaderClassName
{
color: #FDF89A;
}
.AnyTagClassName
{
color: #FDF89A;
}
</style>
background-color css
<style>
a { background-color: #FDF89A; }
a { background-color: rgb(253,248,154); }
div.DivClassName
{
background-color: #FDF89A;
}
.BgClassName
{
background-color: #FDF89A;
}
</style>
border-color css
<style>
span { border-color: #FDF89A; }
span { border-color: rgb(253,248,154); }
td.TdClassName
{
border-color: #FDF89A;
}
.TagClassName
{
border-color: #FDF89A;
}
</style>