Shades of Lemon Chiffon #FDFBC7
Tints of Lemon Chiffon #FDFBC7
RGB
CMYK
RGB Variations
Color information
#FDFBC7 (or 0xFDFBC7) is known color: Lemon Chiffon. HEX triplet: FD, FB and C7. RGB value is (253,251,199). Sum of RGB (Red+Green+Blue) = 253+251+199=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 199 (78.12% from 255 or 28.31% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC7 is #020438. Grayscale: #F5F5F5. Windows color (decimal): -132153 or 13106173. OLE color: 13106173.
HSL color Cylindrical-coordinate representation of color #FDFBC7: hue angle of 57.78º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDFBC7 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 199 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.01 |
| HSL | 57.78º | 0.93% | 0.89% | - |
| HSV(B) | 57.78º | 0.21% | 0.99% | - |
| XYZ | 85.31 | 94 | 67.68 | - |
| YUV | 245.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 199 | 0 | 0.01 | 0.21 | 0.01 | 57.78 | 0.93 | 0.89 |
| Hex | FD | FB | C7 | 0 | 1 | 15 | 1 | 3A | 5D | 59 |
| Octal | 375 | 373 | 307 | 0 | 1 | 25 | 1 | 72 | 135 | 131 |
| Binary | 11111101 | 11111011 | 11000111 | 0 | 1 | 10101 | 1 | 111010 | 1011101 | 1011001 |
Color Harmonies of #FDFBC7
Complementary color
Monochromatic Colors of #FDFBC7
Black with #FDFBC7
Text Example
Text Example
White with #FDFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC7; }
p { color: rgb(253,251,199); }
H1.HeaderClassName
{
color: #FDFBC7;
}
.AnyTagClassName
{
color: #FDFBC7;
}
</style>
background-color css
<style>
a { background-color: #FDFBC7; }
a { background-color: rgb(253,251,199); }
div.DivClassName
{
background-color: #FDFBC7;
}
.BgClassName
{
background-color: #FDFBC7;
}
</style>
border-color css
<style>
span { border-color: #FDFBC7; }
span { border-color: rgb(253,251,199); }
td.TdClassName
{
border-color: #FDFBC7;
}
.TagClassName
{
border-color: #FDFBC7;
}
</style>