Shades of Linen #FCEEE3
Tints of Linen #FCEEE3
RGB
CMYK
RGB Variations
Color information
#FCEEE3 (or 0xFCEEE3) is known color: Linen. HEX triplet: FC, EE and E3. RGB value is (252,238,227). Sum of RGB (Red+Green+Blue) = 252+238+227=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 227 (89.06% from 255 or 31.66% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE3 is #03111C. Grayscale: #F0F0F0. Windows color (decimal): -200989 or 14937852. OLE color: 14937852.
HSL color Cylindrical-coordinate representation of color #FCEEE3: hue angle of 26.4º degrees, saturation: 0.81, 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 #FCEEE3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 227 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.01 |
| HSL | 26.4º | 0.81% | 0.94% | - |
| HSV(B) | 26.4º | 0.1% | 0.99% | - |
| XYZ | 84.58 | 87.39 | 85.08 | - |
| YUV | 240.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 227 | 0 | 0.06 | 0.10 | 0.01 | 26.4 | 0.81 | 0.94 |
| Hex | FC | EE | E3 | 0 | 6 | A | 1 | 1A | 51 | 5E |
| Octal | 374 | 356 | 343 | 0 | 6 | 12 | 1 | 32 | 121 | 136 |
| Binary | 11111100 | 11101110 | 11100011 | 0 | 110 | 1010 | 1 | 11010 | 1010001 | 1011110 |
Color Harmonies of #FCEEE3
Complementary color
Monochromatic Colors of #FCEEE3
Black with #FCEEE3
Text Example
Text Example
White with #FCEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEE3; }
p { color: rgb(252,238,227); }
H1.HeaderClassName
{
color: #FCEEE3;
}
.AnyTagClassName
{
color: #FCEEE3;
}
</style>
background-color css
<style>
a { background-color: #FCEEE3; }
a { background-color: rgb(252,238,227); }
div.DivClassName
{
background-color: #FCEEE3;
}
.BgClassName
{
background-color: #FCEEE3;
}
</style>
border-color css
<style>
span { border-color: #FCEEE3; }
span { border-color: rgb(252,238,227); }
td.TdClassName
{
border-color: #FCEEE3;
}
.TagClassName
{
border-color: #FCEEE3;
}
</style>