Shades of Lemon Chiffon #FEFBCD
Tints of Lemon Chiffon #FEFBCD
RGB
CMYK
RGB Variations
Color information
#FEFBCD (or 0xFEFBCD) is known color: Lemon Chiffon. HEX triplet: FE, FB and CD. RGB value is (254,251,205). Sum of RGB (Red+Green+Blue) = 254+251+205=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBCD is #010432. Grayscale: #F6F6F6. Windows color (decimal): -66611 or 13499390. OLE color: 13499390.
HSL color Cylindrical-coordinate representation of color #FEFBCD: hue angle of 56.33º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEFBCD is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 205 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.00 |
| HSL | 56.33º | 0.96% | 0.9% | - |
| HSV(B) | 56.33º | 0.19% | 1% | - |
| XYZ | 86.39 | 94.47 | 71.44 | - |
| YUV | 246.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 205 | 0 | 0.01 | 0.19 | 0.00 | 56.33 | 0.96 | 0.9 |
| Hex | FE | FB | CD | 0 | 1 | 13 | 0 | 38 | 60 | 5A |
| Octal | 376 | 373 | 315 | 0 | 1 | 23 | 0 | 70 | 140 | 132 |
| Binary | 11111110 | 11111011 | 11001101 | 0 | 1 | 10011 | 0 | 111000 | 1100000 | 1011010 |
Color Harmonies of #FEFBCD
Complementary color
Monochromatic Colors of #FEFBCD
Black with #FEFBCD
Text Example
Text Example
White with #FEFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFBCD; }
p { color: rgb(254,251,205); }
H1.HeaderClassName
{
color: #FEFBCD;
}
.AnyTagClassName
{
color: #FEFBCD;
}
</style>
background-color css
<style>
a { background-color: #FEFBCD; }
a { background-color: rgb(254,251,205); }
div.DivClassName
{
background-color: #FEFBCD;
}
.BgClassName
{
background-color: #FEFBCD;
}
</style>
border-color css
<style>
span { border-color: #FEFBCD; }
span { border-color: rgb(254,251,205); }
td.TdClassName
{
border-color: #FEFBCD;
}
.TagClassName
{
border-color: #FEFBCD;
}
</style>