Shades of Pale Prim #FDF39C
Tints of Pale Prim #FDF39C
RGB
CMYK
RGB Variations
Color information
#FDF39C (or 0xFDF39C) is known color: Pale Prim. HEX triplet: FD, F3 and 9C. RGB value is (253,243,156). Sum of RGB (Red+Green+Blue) = 253+243+156=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 156 (61.33% from 255 or 23.93% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF39C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF39C is #020C63. Grayscale: #ECECEC. Windows color (decimal): -134244 or 10286077. OLE color: 10286077.
HSL color Cylindrical-coordinate representation of color #FDF39C: hue angle of 53.81º 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 #FDF39C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 156 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.01 |
| HSL | 53.81º | 0.96% | 0.8% | - |
| HSV(B) | 53.81º | 0.38% | 0.99% | - |
| XYZ | 78.56 | 87.38 | 44.18 | - |
| YUV | 236.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 156 | 0 | 0.04 | 0.38 | 0.01 | 53.81 | 0.96 | 0.8 |
| Hex | FD | F3 | 9C | 0 | 4 | 26 | 1 | 36 | 60 | 50 |
| Octal | 375 | 363 | 234 | 0 | 4 | 46 | 1 | 66 | 140 | 120 |
| Binary | 11111101 | 11110011 | 10011100 | 0 | 100 | 100110 | 1 | 110110 | 1100000 | 1010000 |
Color Harmonies of #FDF39C
Complementary color
Monochromatic Colors of #FDF39C
Black with #FDF39C
Text Example
Text Example
White with #FDF39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF39C; }
p { color: rgb(253,243,156); }
H1.HeaderClassName
{
color: #FDF39C;
}
.AnyTagClassName
{
color: #FDF39C;
}
</style>
background-color css
<style>
a { background-color: #FDF39C; }
a { background-color: rgb(253,243,156); }
div.DivClassName
{
background-color: #FDF39C;
}
.BgClassName
{
background-color: #FDF39C;
}
</style>
border-color css
<style>
span { border-color: #FDF39C; }
span { border-color: rgb(253,243,156); }
td.TdClassName
{
border-color: #FDF39C;
}
.TagClassName
{
border-color: #FDF39C;
}
</style>