Shades of Linen #FCEFE2
Tints of Linen #FCEFE2
RGB
CMYK
RGB Variations
Color information
#FCEFE2 (or 0xFCEFE2) is known color: Linen. HEX triplet: FC, EF and E2. RGB value is (252,239,226). Sum of RGB (Red+Green+Blue) = 252+239+226=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE2 is #03101D. Grayscale: #F1F1F1. Windows color (decimal): -200734 or 14872572. OLE color: 14872572.
HSL color Cylindrical-coordinate representation of color #FCEFE2: hue angle of 30º 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 #FCEFE2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 226 | - |
CMYK | 0 | 0.05 | 0.10 | 0.01 |
HSL | 30º | 0.81% | 0.94% | - |
HSV(B) | 30º | 0.1% | 0.99% | - |
XYZ | 84.74 | 87.92 | 84.46 | - |
YUV | 241.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 226 | 0 | 0.05 | 0.10 | 0.01 | 30 | 0.81 | 0.94 |
Hex | FC | EF | E2 | 0 | 5 | A | 1 | 1E | 51 | 5E |
Octal | 374 | 357 | 342 | 0 | 5 | 12 | 1 | 36 | 121 | 136 |
Binary | 11111100 | 11101111 | 11100010 | 0 | 101 | 1010 | 1 | 11110 | 1010001 | 1011110 |
Color Harmonies of #FCEFE2
Complementary color
Monochromatic Colors of #FCEFE2
Black with #FCEFE2
Text Example
Text Example
White with #FCEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFE2; }
p { color: rgb(252,239,226); }
H1.HeaderClassName
{
color: #FCEFE2;
}
.AnyTagClassName
{
color: #FCEFE2;
}
</style>
background-color css
<style>
a { background-color: #FCEFE2; }
a { background-color: rgb(252,239,226); }
div.DivClassName
{
background-color: #FCEFE2;
}
.BgClassName
{
background-color: #FCEFE2;
}
</style>
border-color css
<style>
span { border-color: #FCEFE2; }
span { border-color: rgb(252,239,226); }
td.TdClassName
{
border-color: #FCEFE2;
}
.TagClassName
{
border-color: #FCEFE2;
}
</style>