Shades of Pale Prim #FDF29B
Tints of Pale Prim #FDF29B
RGB
CMYK
RGB Variations
Color information
#FDF29B (or 0xFDF29B) is known color: Pale Prim. HEX triplet: FD, F2 and 9B. RGB value is (253,242,155). Sum of RGB (Red+Green+Blue) = 253+242+155=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 155 (60.94% from 255 or 23.85% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF29B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF29B is #020D64. Grayscale: #EBEBEB. Windows color (decimal): -134501 or 10220285. OLE color: 10220285.
HSL color Cylindrical-coordinate representation of color #FDF29B: hue angle of 53.27º 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 #FDF29B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 155 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.01 |
| HSL | 53.27º | 0.96% | 0.8% | - |
| HSV(B) | 53.27º | 0.39% | 0.99% | - |
| XYZ | 78.18 | 86.75 | 43.64 | - |
| YUV | 235.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 155 | 0 | 0.04 | 0.39 | 0.01 | 53.27 | 0.96 | 0.8 |
| Hex | FD | F2 | 9B | 0 | 4 | 27 | 1 | 35 | 60 | 50 |
| Octal | 375 | 362 | 233 | 0 | 4 | 47 | 1 | 65 | 140 | 120 |
| Binary | 11111101 | 11110010 | 10011011 | 0 | 100 | 100111 | 1 | 110101 | 1100000 | 1010000 |
Color Harmonies of #FDF29B
Complementary color
Monochromatic Colors of #FDF29B
Black with #FDF29B
Text Example
Text Example
White with #FDF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF29B; }
p { color: rgb(253,242,155); }
H1.HeaderClassName
{
color: #FDF29B;
}
.AnyTagClassName
{
color: #FDF29B;
}
</style>
background-color css
<style>
a { background-color: #FDF29B; }
a { background-color: rgb(253,242,155); }
div.DivClassName
{
background-color: #FDF29B;
}
.BgClassName
{
background-color: #FDF29B;
}
</style>
border-color css
<style>
span { border-color: #FDF29B; }
span { border-color: rgb(253,242,155); }
td.TdClassName
{
border-color: #FDF29B;
}
.TagClassName
{
border-color: #FDF29B;
}
</style>