Shades of Pale Prim #FDF29D
Tints of Pale Prim #FDF29D
RGB
CMYK
RGB Variations
Color information
#FDF29D (or 0xFDF29D) is known color: Pale Prim. HEX triplet: FD, F2 and 9D. RGB value is (253,242,157). Sum of RGB (Red+Green+Blue) = 253+242+157=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 157 (61.72% from 255 or 24.08% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF29D is #020D62. Grayscale: #EBEBEB. Windows color (decimal): -134499 or 10351357. OLE color: 10351357.
HSL color Cylindrical-coordinate representation of color #FDF29D: hue angle of 53.12º 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 #FDF29D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 157 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.01 |
| HSL | 53.13º | 0.96% | 0.8% | - |
| HSV(B) | 53.13º | 0.38% | 0.99% | - |
| XYZ | 78.35 | 86.82 | 44.53 | - |
| YUV | 235.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 157 | 0 | 0.04 | 0.38 | 0.01 | 53.13 | 0.96 | 0.8 |
| Hex | FD | F2 | 9D | 0 | 4 | 26 | 1 | 35 | 60 | 50 |
| Octal | 375 | 362 | 235 | 0 | 4 | 46 | 1 | 65 | 140 | 120 |
| Binary | 11111101 | 11110010 | 10011101 | 0 | 100 | 100110 | 1 | 110101 | 1100000 | 1010000 |
Color Harmonies of #FDF29D
Complementary color
Monochromatic Colors of #FDF29D
Black with #FDF29D
Text Example
Text Example
White with #FDF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF29D; }
p { color: rgb(253,242,157); }
H1.HeaderClassName
{
color: #FDF29D;
}
.AnyTagClassName
{
color: #FDF29D;
}
</style>
background-color css
<style>
a { background-color: #FDF29D; }
a { background-color: rgb(253,242,157); }
div.DivClassName
{
background-color: #FDF29D;
}
.BgClassName
{
background-color: #FDF29D;
}
</style>
border-color css
<style>
span { border-color: #FDF29D; }
span { border-color: rgb(253,242,157); }
td.TdClassName
{
border-color: #FDF29D;
}
.TagClassName
{
border-color: #FDF29D;
}
</style>