Shades of Lemon Chiffon #FDFCC6
Tints of Lemon Chiffon #FDFCC6
RGB
CMYK
RGB Variations
Color information
#FDFCC6 (or 0xFDFCC6) is known color: Lemon Chiffon. HEX triplet: FD, FC and C6. RGB value is (253,252,198). Sum of RGB (Red+Green+Blue) = 253+252+198=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 198 (77.73% from 255 or 28.17% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCC6 is #020339. Grayscale: #F6F6F6. Windows color (decimal): -131898 or 13040893. OLE color: 13040893.
HSL color Cylindrical-coordinate representation of color #FDFCC6: hue angle of 58.91º 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 #FDFCC6 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 198 | - |
CMYK | 0 | 0.00 | 0.22 | 0.01 |
HSL | 58.91º | 0.93% | 0.88% | - |
HSV(B) | 58.91º | 0.22% | 0.99% | - |
XYZ | 85.51 | 94.58 | 67.18 | - |
YUV | 246.14 | 100.83 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 198 | 0 | 0.00 | 0.22 | 0.01 | 58.91 | 0.93 | 0.88 |
Hex | FD | FC | C6 | 0 | 0 | 16 | 1 | 3B | 5D | 58 |
Octal | 375 | 374 | 306 | 0 | 0 | 26 | 1 | 73 | 135 | 130 |
Binary | 11111101 | 11111100 | 11000110 | 0 | 0 | 10110 | 1 | 111011 | 1011101 | 1011000 |
Color Harmonies of #FDFCC6
Complementary color
Monochromatic Colors of #FDFCC6
Black with #FDFCC6
Text Example
Text Example
White with #FDFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCC6; }
p { color: rgb(253,252,198); }
H1.HeaderClassName
{
color: #FDFCC6;
}
.AnyTagClassName
{
color: #FDFCC6;
}
</style>
background-color css
<style>
a { background-color: #FDFCC6; }
a { background-color: rgb(253,252,198); }
div.DivClassName
{
background-color: #FDFCC6;
}
.BgClassName
{
background-color: #FDFCC6;
}
</style>
border-color css
<style>
span { border-color: #FDFCC6; }
span { border-color: rgb(253,252,198); }
td.TdClassName
{
border-color: #FDFCC6;
}
.TagClassName
{
border-color: #FDFCC6;
}
</style>