Shades of Pale Prim #FDF29C
Tints of Pale Prim #FDF29C
RGB
CMYK
RGB Variations
Color information
#FDF29C (or 0xFDF29C) is known color: Pale Prim. HEX triplet: FD, F2 and 9C. RGB value is (253,242,156). Sum of RGB (Red+Green+Blue) = 253+242+156=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 156 (61.33% from 255 or 23.96% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF29C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF29C is #020D63. Grayscale: #EBEBEB. Windows color (decimal): -134500 or 10285821. OLE color: 10285821.
HSL color Cylindrical-coordinate representation of color #FDF29C: hue angle of 53.2º 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 #FDF29C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 156 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.01 |
| HSL | 53.2º | 0.96% | 0.8% | - |
| HSV(B) | 53.2º | 0.38% | 0.99% | - |
| XYZ | 78.26 | 86.79 | 44.08 | - |
| YUV | 235.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 156 | 0 | 0.04 | 0.38 | 0.01 | 53.2 | 0.96 | 0.8 |
| Hex | FD | F2 | 9C | 0 | 4 | 26 | 1 | 35 | 60 | 50 |
| Octal | 375 | 362 | 234 | 0 | 4 | 46 | 1 | 65 | 140 | 120 |
| Binary | 11111101 | 11110010 | 10011100 | 0 | 100 | 100110 | 1 | 110101 | 1100000 | 1010000 |
Color Harmonies of #FDF29C
Complementary color
Monochromatic Colors of #FDF29C
Black with #FDF29C
Text Example
Text Example
White with #FDF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF29C; }
p { color: rgb(253,242,156); }
H1.HeaderClassName
{
color: #FDF29C;
}
.AnyTagClassName
{
color: #FDF29C;
}
</style>
background-color css
<style>
a { background-color: #FDF29C; }
a { background-color: rgb(253,242,156); }
div.DivClassName
{
background-color: #FDF29C;
}
.BgClassName
{
background-color: #FDF29C;
}
</style>
border-color css
<style>
span { border-color: #FDF29C; }
span { border-color: rgb(253,242,156); }
td.TdClassName
{
border-color: #FDF29C;
}
.TagClassName
{
border-color: #FDF29C;
}
</style>