#FCEFE1

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

Shades of Linen #FCEFE1

Tints of Linen #FCEFE1

Color information

#FCEFE1 (or 0xFCEFE1) is unknown color: approx Linen. HEX triplet: FC, EF and E1. RGB value is (252,239,225). Sum of RGB (Red+Green+Blue) = 252+239+225=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE1 is #03101E. Grayscale: #F1F1F1. Windows color (decimal): -200735 or 14807036. OLE color: 14807036.

HSL color Cylindrical-coordinate representation of color #FCEFE1: hue angle of 31.11º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCEFE1 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252239225-
CMYK00.050.110.01
HSL31.11º81.82%93.53%-
HSV(B)31.11º10.71%98.82%-
XYZ84.687.8683.73-
YUV241.29118.81135.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 225 (88.28% from 255) = 31.42%
R=35.20%
G=33.38%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223922500.050.110.0131.1181.8293.53
HexFCEFE105B11f525e
Octal3743573410513137122136
Binary1111110011101111111000010101101111111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFE1; }

 p { color: rgb(252,239,225); }

 H1.HeaderClassName
 {
   color: #FCEFE1;
 }
 .AnyTagClassName
 {
   color: #FCEFE1;
 }
</style>
background-color css

<style>
 a { background-color: #FCEFE1; }

 a { background-color: rgb(252,239,225); }

 div.DivClassName
 {
   background-color: #FCEFE1;
 }
 .BgClassName
 {
   background-color: #FCEFE1;
 }
</style>
border-color css

<style>
 span { border-color: #FCEFE1; }

 span { border-color: rgb(252,239,225); }

 td.TdClassName
 {
   border-color: #FCEFE1;
 }
 .TagClassName
 {
   border-color: #FCEFE1;
 }
</style>