Shades of Lemon Chiffon #FDFBC6
Tints of Lemon Chiffon #FDFBC6
RGB
CMYK
RGB Variations
Color information
#FDFBC6 (or 0xFDFBC6) is known color: Lemon Chiffon. HEX triplet: FD, FB and C6. RGB value is (253,251,198). Sum of RGB (Red+Green+Blue) = 253+251+198=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 198 (77.73% from 255 or 28.21% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC6 is #020439. Grayscale: #F5F5F5. Windows color (decimal): -132154 or 13040637. OLE color: 13040637.
HSL color Cylindrical-coordinate representation of color #FDFBC6: hue angle of 57.82º 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 #FDFBC6 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 198 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.01 |
| HSL | 57.82º | 0.93% | 0.88% | - |
| HSV(B) | 57.82º | 0.22% | 0.99% | - |
| XYZ | 85.2 | 93.95 | 67.07 | - |
| YUV | 245.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 198 | 0 | 0.01 | 0.22 | 0.01 | 57.82 | 0.93 | 0.88 |
| Hex | FD | FB | C6 | 0 | 1 | 16 | 1 | 3A | 5D | 58 |
| Octal | 375 | 373 | 306 | 0 | 1 | 26 | 1 | 72 | 135 | 130 |
| Binary | 11111101 | 11111011 | 11000110 | 0 | 1 | 10110 | 1 | 111010 | 1011101 | 1011000 |
Color Harmonies of #FDFBC6
Complementary color
Monochromatic Colors of #FDFBC6
Black with #FDFBC6
Text Example
Text Example
White with #FDFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC6; }
p { color: rgb(253,251,198); }
H1.HeaderClassName
{
color: #FDFBC6;
}
.AnyTagClassName
{
color: #FDFBC6;
}
</style>
background-color css
<style>
a { background-color: #FDFBC6; }
a { background-color: rgb(253,251,198); }
div.DivClassName
{
background-color: #FDFBC6;
}
.BgClassName
{
background-color: #FDFBC6;
}
</style>
border-color css
<style>
span { border-color: #FDFBC6; }
span { border-color: rgb(253,251,198); }
td.TdClassName
{
border-color: #FDFBC6;
}
.TagClassName
{
border-color: #FDFBC6;
}
</style>