Shades of Pale Prim #FDFCA1
Tints of Pale Prim #FDFCA1
RGB
CMYK
RGB Variations
Color information
#FDFCA1 (or 0xFDFCA1) is known color: Pale Prim. HEX triplet: FD, FC and A1. RGB value is (253,252,161). Sum of RGB (Red+Green+Blue) = 253+252+161=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 161 (63.28% from 255 or 24.17% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA1 is #02035E. Grayscale: #F2F2F2. Windows color (decimal): -131935 or 10616061. OLE color: 10616061.
HSL color Cylindrical-coordinate representation of color #FDFCA1: hue angle of 59.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFCA1 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 161 | - |
CMYK | 0 | 0.00 | 0.36 | 0.01 |
HSL | 59.35º | 0.96% | 0.81% | - |
HSV(B) | 59.35º | 0.36% | 0.99% | - |
XYZ | 81.75 | 93.08 | 47.38 | - |
YUV | 241.93 | 82.33 | 135.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 161 | 0 | 0.00 | 0.36 | 0.01 | 59.35 | 0.96 | 0.81 |
Hex | FD | FC | A1 | 0 | 0 | 24 | 1 | 3B | 60 | 51 |
Octal | 375 | 374 | 241 | 0 | 0 | 44 | 1 | 73 | 140 | 121 |
Binary | 11111101 | 11111100 | 10100001 | 0 | 0 | 100100 | 1 | 111011 | 1100000 | 1010001 |
Color Harmonies of #FDFCA1
Complementary color
Monochromatic Colors of #FDFCA1
Black with #FDFCA1
Text Example
Text Example
White with #FDFCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCA1; }
p { color: rgb(253,252,161); }
H1.HeaderClassName
{
color: #FDFCA1;
}
.AnyTagClassName
{
color: #FDFCA1;
}
</style>
background-color css
<style>
a { background-color: #FDFCA1; }
a { background-color: rgb(253,252,161); }
div.DivClassName
{
background-color: #FDFCA1;
}
.BgClassName
{
background-color: #FDFCA1;
}
</style>
border-color css
<style>
span { border-color: #FDFCA1; }
span { border-color: rgb(253,252,161); }
td.TdClassName
{
border-color: #FDFCA1;
}
.TagClassName
{
border-color: #FDFCA1;
}
</style>