Shades of Linen #FCEFE4
Tints of Linen #FCEFE4
RGB
CMYK
RGB Variations
Color information
#FCEFE4 (or 0xFCEFE4) is known color: Linen. HEX triplet: FC, EF and E4. RGB value is (252,239,228). Sum of RGB (Red+Green+Blue) = 252+239+228=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 228 (89.45% from 255 or 31.71% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE4 is #03101B. Grayscale: #F1F1F1. Windows color (decimal): -200732 or 15003644. OLE color: 15003644.
HSL color Cylindrical-coordinate representation of color #FCEFE4: hue angle of 27.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCEFE4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 228 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.01 |
| HSL | 27.5º | 0.8% | 0.94% | - |
| HSV(B) | 27.5º | 0.1% | 0.99% | - |
| XYZ | 85.01 | 88.03 | 85.91 | - |
| YUV | 241.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 228 | 0 | 0.05 | 0.10 | 0.01 | 27.5 | 0.8 | 0.94 |
| Hex | FC | EF | E4 | 0 | 5 | A | 1 | 1C | 50 | 5E |
| Octal | 374 | 357 | 344 | 0 | 5 | 12 | 1 | 34 | 120 | 136 |
| Binary | 11111100 | 11101111 | 11100100 | 0 | 101 | 1010 | 1 | 11100 | 1010000 | 1011110 |
Color Harmonies of #FCEFE4
Complementary color
Monochromatic Colors of #FCEFE4
Black with #FCEFE4
Text Example
Text Example
White with #FCEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFE4; }
p { color: rgb(252,239,228); }
H1.HeaderClassName
{
color: #FCEFE4;
}
.AnyTagClassName
{
color: #FCEFE4;
}
</style>
background-color css
<style>
a { background-color: #FCEFE4; }
a { background-color: rgb(252,239,228); }
div.DivClassName
{
background-color: #FCEFE4;
}
.BgClassName
{
background-color: #FCEFE4;
}
</style>
border-color css
<style>
span { border-color: #FCEFE4; }
span { border-color: rgb(252,239,228); }
td.TdClassName
{
border-color: #FCEFE4;
}
.TagClassName
{
border-color: #FCEFE4;
}
</style>