Shades of Pale Prim #FDF89C
Tints of Pale Prim #FDF89C
RGB
CMYK
RGB Variations
Color information
#FDF89C (or 0xFDF89C) is known color: Pale Prim. HEX triplet: FD, F8 and 9C. RGB value is (253,248,156). Sum of RGB (Red+Green+Blue) = 253+248+156=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 156 (61.33% from 255 or 23.74% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF89C is #020763. Grayscale: #EFEFEF. Windows color (decimal): -132964 or 10287357. OLE color: 10287357.
HSL color Cylindrical-coordinate representation of color #FDF89C: hue angle of 56.91º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDF89C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 156 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.01 |
| HSL | 56.91º | 0.96% | 0.8% | - |
| HSV(B) | 56.91º | 0.38% | 0.99% | - |
| XYZ | 80.08 | 90.42 | 44.68 | - |
| YUV | 239.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 156 | 0 | 0.02 | 0.38 | 0.01 | 56.91 | 0.96 | 0.8 |
| Hex | FD | F8 | 9C | 0 | 2 | 26 | 1 | 39 | 60 | 50 |
| Octal | 375 | 370 | 234 | 0 | 2 | 46 | 1 | 71 | 140 | 120 |
| Binary | 11111101 | 11111000 | 10011100 | 0 | 10 | 100110 | 1 | 111001 | 1100000 | 1010000 |
Color Harmonies of #FDF89C
Complementary color
Monochromatic Colors of #FDF89C
Black with #FDF89C
Text Example
Text Example
White with #FDF89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF89C; }
p { color: rgb(253,248,156); }
H1.HeaderClassName
{
color: #FDF89C;
}
.AnyTagClassName
{
color: #FDF89C;
}
</style>
background-color css
<style>
a { background-color: #FDF89C; }
a { background-color: rgb(253,248,156); }
div.DivClassName
{
background-color: #FDF89C;
}
.BgClassName
{
background-color: #FDF89C;
}
</style>
border-color css
<style>
span { border-color: #FDF89C; }
span { border-color: rgb(253,248,156); }
td.TdClassName
{
border-color: #FDF89C;
}
.TagClassName
{
border-color: #FDF89C;
}
</style>