#FFEFE3

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

Shades of Linen #FFEFE3

Tints of Linen #FFEFE3

Color information

#FFEFE3 (or 0xFFEFE3) is unknown color: approx Linen. HEX triplet: FF, EF and E3. RGB value is (255,239,227). Sum of RGB (Red+Green+Blue) = 255+239+227=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 227 (89.06% from 255 or 31.48% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFE3 is #00101C. Grayscale: #F2F2F2. Windows color (decimal): -4125 or 14938111. OLE color: 14938111.

HSL color Cylindrical-coordinate representation of color #FFEFE3: hue angle of 25.71º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFEFE3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255239227-
CMYK00.060.110
HSL25.71º100%94.51%-
HSV(B)25.71º10.98%100%-
XYZ85.9788.5485.23-
YUV242.42119.3136.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 227 (89.06% from 255) = 31.48%
R=35.37%
G=33.15%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523922700.060.11025.7110094.51
HexFFEFE306B01a645f
Octal3773573430613032144137
Binary1111111111101111111000110110101101101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFE3; }

 p { color: rgb(255,239,227); }

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

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

 a { background-color: rgb(255,239,227); }

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

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

 span { border-color: rgb(255,239,227); }

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