#FCEEE2

Color #FCEEE2 Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Linen #FCEEE2

Tints of Linen #FCEEE2

Color information

#FCEEE2 (or 0xFCEEE2) is unknown color: approx 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

RGB252238226-
CMYK00.060.100.01
HSL27.69º81.25%93.73%-
HSV(B)27.69º10.32%98.82%-
XYZ84.4587.3484.36-
YUV240.82119.64135.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 226 (88.67% from 255) = 31.56%
R=35.20%
G=33.24%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223822600.060.100.0127.6981.2593.73
HexFCEEE206A11c515e
Octal3743563420612134121136
Binary1111110011101110111000100110101011110010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>