#FCEFE5

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

Shades of Linen #FCEFE5

Tints of Linen #FCEFE5

Color information

#FCEFE5 (or 0xFCEFE5) is unknown color: approx Linen. HEX triplet: FC, EF and E5. RGB value is (252,239,229). Sum of RGB (Red+Green+Blue) = 252+239+229=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFE5 is #03101A. Grayscale: #F1F1F1. Windows color (decimal): -200731 or 15069180. OLE color: 15069180.

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

Color convert

RGB252239229-
CMYK00.050.090.01
HSL26.09º79.31%94.31%-
HSV(B)26.09º9.13%98.82%-
XYZ85.1588.0986.64-
YUV241.75120.81135.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 229 (89.84% from 255) = 31.81%
R=35%
G=33.19%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223922900.050.090.0126.0979.3194.31
HexFCEFE505911a4f5e
Octal3743573450511132117136
Binary1111110011101111111001010101100111101010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFE5; }

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

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

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

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

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

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

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

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