Shades of Lemon Chiffon #FDFBC5
Tints of Lemon Chiffon #FDFBC5
RGB
CMYK
RGB Variations
Color information
#FDFBC5 (or 0xFDFBC5) is known color: Lemon Chiffon. HEX triplet: FD, FB and C5. RGB value is (253,251,197). Sum of RGB (Red+Green+Blue) = 253+251+197=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 197 (77.34% from 255 or 28.10% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC5 is #02043A. Grayscale: #F5F5F5. Windows color (decimal): -132155 or 12975101. OLE color: 12975101.
HSL color Cylindrical-coordinate representation of color #FDFBC5: hue angle of 57.86º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDFBC5 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 197 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.01 |
| HSL | 57.86º | 0.93% | 0.88% | - |
| HSV(B) | 57.86º | 0.22% | 0.99% | - |
| XYZ | 85.08 | 93.91 | 66.47 | - |
| YUV | 245.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 197 | 0 | 0.01 | 0.22 | 0.01 | 57.86 | 0.93 | 0.88 |
| Hex | FD | FB | C5 | 0 | 1 | 16 | 1 | 3A | 5D | 58 |
| Octal | 375 | 373 | 305 | 0 | 1 | 26 | 1 | 72 | 135 | 130 |
| Binary | 11111101 | 11111011 | 11000101 | 0 | 1 | 10110 | 1 | 111010 | 1011101 | 1011000 |
Color Harmonies of #FDFBC5
Complementary color
Monochromatic Colors of #FDFBC5
Black with #FDFBC5
Text Example
Text Example
White with #FDFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC5; }
p { color: rgb(253,251,197); }
H1.HeaderClassName
{
color: #FDFBC5;
}
.AnyTagClassName
{
color: #FDFBC5;
}
</style>
background-color css
<style>
a { background-color: #FDFBC5; }
a { background-color: rgb(253,251,197); }
div.DivClassName
{
background-color: #FDFBC5;
}
.BgClassName
{
background-color: #FDFBC5;
}
</style>
border-color css
<style>
span { border-color: #FDFBC5; }
span { border-color: rgb(253,251,197); }
td.TdClassName
{
border-color: #FDFBC5;
}
.TagClassName
{
border-color: #FDFBC5;
}
</style>