Shades of Pale Prim #FDF8A4
Tints of Pale Prim #FDF8A4
RGB
CMYK
RGB Variations
Color information
#FDF8A4 (or 0xFDF8A4) is known color: Pale Prim. HEX triplet: FD, F8 and A4. RGB value is (253,248,164). Sum of RGB (Red+Green+Blue) = 253+248+164=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 164 (64.45% from 255 or 24.66% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8A4 is #02075B. Grayscale: #F0F0F0. Windows color (decimal): -132956 or 10811645. OLE color: 10811645.
HSL color Cylindrical-coordinate representation of color #FDF8A4: hue angle of 56.63º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDF8A4 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 164 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.01 |
| HSL | 56.63º | 0.96% | 0.82% | - |
| HSV(B) | 56.63º | 0.35% | 0.99% | - |
| XYZ | 80.78 | 90.7 | 48.37 | - |
| YUV | 239.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 164 | 0 | 0.02 | 0.35 | 0.01 | 56.63 | 0.96 | 0.82 |
| Hex | FD | F8 | A4 | 0 | 2 | 23 | 1 | 39 | 60 | 52 |
| Octal | 375 | 370 | 244 | 0 | 2 | 43 | 1 | 71 | 140 | 122 |
| Binary | 11111101 | 11111000 | 10100100 | 0 | 10 | 100011 | 1 | 111001 | 1100000 | 1010010 |
Color Harmonies of #FDF8A4
Complementary color
Monochromatic Colors of #FDF8A4
Black with #FDF8A4
Text Example
Text Example
White with #FDF8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8A4; }
p { color: rgb(253,248,164); }
H1.HeaderClassName
{
color: #FDF8A4;
}
.AnyTagClassName
{
color: #FDF8A4;
}
</style>
background-color css
<style>
a { background-color: #FDF8A4; }
a { background-color: rgb(253,248,164); }
div.DivClassName
{
background-color: #FDF8A4;
}
.BgClassName
{
background-color: #FDF8A4;
}
</style>
border-color css
<style>
span { border-color: #FDF8A4; }
span { border-color: rgb(253,248,164); }
td.TdClassName
{
border-color: #FDF8A4;
}
.TagClassName
{
border-color: #FDF8A4;
}
</style>