Shades of Linen #FCEEE2
Tints of Linen #FCEEE2
RGB
CMYK
RGB Variations
Color information
#FCEEE2 (or 0xFCEEE2) is known color: Linen. HEX triplet: FC, EE and E2. RGB value is (252,238,226). Sum of RGB (Red+Green+Blue) = 252+238+226=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE2 is #03111D. Grayscale: #F0F0F0. Windows color (decimal): -200990 or 14872316. OLE color: 14872316.
HSL color Cylindrical-coordinate representation of color #FCEEE2: hue angle of 27.69º 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 #FCEEE2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 226 | - |
CMYK | 0 | 0.06 | 0.10 | 0.01 |
HSL | 27.69º | 0.81% | 0.94% | - |
HSV(B) | 27.69º | 0.1% | 0.99% | - |
XYZ | 84.45 | 87.34 | 84.36 | - |
YUV | 240.82 | 119.64 | 135.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 226 | 0 | 0.06 | 0.10 | 0.01 | 27.69 | 0.81 | 0.94 |
Hex | FC | EE | E2 | 0 | 6 | A | 1 | 1C | 51 | 5E |
Octal | 374 | 356 | 342 | 0 | 6 | 12 | 1 | 34 | 121 | 136 |
Binary | 11111100 | 11101110 | 11100010 | 0 | 110 | 1010 | 1 | 11100 | 1010001 | 1011110 |
Color Harmonies of #FCEEE2
Complementary color
Monochromatic Colors of #FCEEE2
Black with #FCEEE2
Text Example
Text Example
White with #FCEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEE2; }
p { color: rgb(252,238,226); }
H1.HeaderClassName
{
color: #FCEEE2;
}
.AnyTagClassName
{
color: #FCEEE2;
}
</style>
background-color css
<style>
a { background-color: #FCEEE2; }
a { background-color: rgb(252,238,226); }
div.DivClassName
{
background-color: #FCEEE2;
}
.BgClassName
{
background-color: #FCEEE2;
}
</style>
border-color css
<style>
span { border-color: #FCEEE2; }
span { border-color: rgb(252,238,226); }
td.TdClassName
{
border-color: #FCEEE2;
}
.TagClassName
{
border-color: #FCEEE2;
}
</style>