Shades of Pale Prim #FDF99B
Tints of Pale Prim #FDF99B
RGB
CMYK
RGB Variations
Color information
#FDF99B (or 0xFDF99B) is known color: Pale Prim. HEX triplet: FD, F9 and 9B. RGB value is (253,249,155). Sum of RGB (Red+Green+Blue) = 253+249+155=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 155 (60.94% from 255 or 23.59% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF99B is #020664. Grayscale: #EFEFEF. Windows color (decimal): -132709 or 10222077. OLE color: 10222077.
HSL color Cylindrical-coordinate representation of color #FDF99B: hue angle of 57.55º 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 #FDF99B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 155 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.01 |
| HSL | 57.55º | 0.96% | 0.8% | - |
| HSV(B) | 57.55º | 0.39% | 0.99% | - |
| XYZ | 80.3 | 91 | 44.34 | - |
| YUV | 239.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 155 | 0 | 0.02 | 0.39 | 0.01 | 57.55 | 0.96 | 0.8 |
| Hex | FD | F9 | 9B | 0 | 2 | 27 | 1 | 3A | 60 | 50 |
| Octal | 375 | 371 | 233 | 0 | 2 | 47 | 1 | 72 | 140 | 120 |
| Binary | 11111101 | 11111001 | 10011011 | 0 | 10 | 100111 | 1 | 111010 | 1100000 | 1010000 |
Color Harmonies of #FDF99B
Complementary color
Monochromatic Colors of #FDF99B
Black with #FDF99B
Text Example
Text Example
White with #FDF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF99B; }
p { color: rgb(253,249,155); }
H1.HeaderClassName
{
color: #FDF99B;
}
.AnyTagClassName
{
color: #FDF99B;
}
</style>
background-color css
<style>
a { background-color: #FDF99B; }
a { background-color: rgb(253,249,155); }
div.DivClassName
{
background-color: #FDF99B;
}
.BgClassName
{
background-color: #FDF99B;
}
</style>
border-color css
<style>
span { border-color: #FDF99B; }
span { border-color: rgb(253,249,155); }
td.TdClassName
{
border-color: #FDF99B;
}
.TagClassName
{
border-color: #FDF99B;
}
</style>