Html Css Color HEX #FEF2E4 Linen

📋 copy color: '#FEF2E4'

red 254 ◦ green 242 ◦ blue 228

#FEF2E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Linen #FEF2E4

Tints of Linen #FEF2E4

RGB

 RED value IS 254 (99.61% from 255) = 35.08%

 GREEN value IS 242 (94.92% from 255) = 33.43%

 BLUE value IS 228 (89.45% from 255) = 31.49%

R = 35.08%
G = 33.43%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEF2E4 (or 0xFEF2E4) is known color: Linen. HEX triplet: FE, F2 and E4. RGB value is (254,242,228). Sum of RGB (Red+Green+Blue) = 254+242+228=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 228 (89.45% from 255 or 31.49% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2E4 is #010D1B. Grayscale: #F4F4F4. Windows color (decimal): -68892 or 15004414. OLE color: 15004414.

HSL color Cylindrical-coordinate representation of color #FEF2E4: hue angle of 32.31º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF2E4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 228 -
CMYK 0 0.05 0.10 0.00
HSL 32.31º 0.93% 0.95% -
HSV(B) 32.31º 0.1% 1% -
XYZ 86.63 90.18 86.24 -
YUV 243.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 254 242 228 0 0.05 0.10 0.00 32.31 0.93 0.95
Hex FE F2 E4 0 5 A 0 20 5D 5F
Octal 376 362 344 0 5 12 0 40 135 137
Binary 11111110 11110010 11100100 0 101 1010 0 100000 1011101 1011111

Color Harmonies of #FEF2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2E4

Black with #FEF2E4

Text Example


Text Example

White with #FEF2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2E4; }

 p { color: rgb(254,242,228); }

 H1.HeaderClassName
 {
   color: #FEF2E4;
 }
 .AnyTagClassName
 {
   color: #FEF2E4;
 }
</style>

background-color css

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

 a { background-color: rgb(254,242,228); }

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

border-color css

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

 span { border-color: rgb(254,242,228); }

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