Shades of Lemon Chiffon #FEFACD
Tints of Lemon Chiffon #FEFACD
RGB
CMYK
RGB Variations
Color information
#FEFACD (or 0xFEFACD) is known color: Lemon Chiffon. HEX triplet: FE, FA and CD. RGB value is (254,250,205). Sum of RGB (Red+Green+Blue) = 254+250+205=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 205 (80.47% from 255 or 28.91% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFACD is #010532. Grayscale: #F6F6F6. Windows color (decimal): -66867 or 13499134. OLE color: 13499134.
HSL color Cylindrical-coordinate representation of color #FEFACD: hue angle of 55.1º 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 #FEFACD is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 205 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.00 |
| HSL | 55.1º | 0.96% | 0.9% | - |
| HSV(B) | 55.1º | 0.19% | 1% | - |
| XYZ | 86.08 | 93.85 | 71.34 | - |
| YUV | 246.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 205 | 0 | 0.02 | 0.19 | 0.00 | 55.1 | 0.96 | 0.9 |
| Hex | FE | FA | CD | 0 | 2 | 13 | 0 | 37 | 60 | 5A |
| Octal | 376 | 372 | 315 | 0 | 2 | 23 | 0 | 67 | 140 | 132 |
| Binary | 11111110 | 11111010 | 11001101 | 0 | 10 | 10011 | 0 | 110111 | 1100000 | 1011010 |
Color Harmonies of #FEFACD
Complementary color
Monochromatic Colors of #FEFACD
Black with #FEFACD
Text Example
Text Example
White with #FEFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFACD; }
p { color: rgb(254,250,205); }
H1.HeaderClassName
{
color: #FEFACD;
}
.AnyTagClassName
{
color: #FEFACD;
}
</style>
background-color css
<style>
a { background-color: #FEFACD; }
a { background-color: rgb(254,250,205); }
div.DivClassName
{
background-color: #FEFACD;
}
.BgClassName
{
background-color: #FEFACD;
}
</style>
border-color css
<style>
span { border-color: #FEFACD; }
span { border-color: rgb(254,250,205); }
td.TdClassName
{
border-color: #FEFACD;
}
.TagClassName
{
border-color: #FEFACD;
}
</style>