Html Css Color HEX #FEF2E6 Linen

📋 copy color: '#FEF2E6'

red 254 ◦ green 242 ◦ blue 230

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

Shades of Linen #FEF2E6

Tints of Linen #FEF2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.68%

R = 34.99%
G = 33.33%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEF2E6 (or 0xFEF2E6) is known color: Linen. HEX triplet: FE, F2 and E6. RGB value is (254,242,230). Sum of RGB (Red+Green+Blue) = 254+242+230=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 230 (90.23% from 255 or 31.68% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2E6 is #010D19. Grayscale: #F4F4F4. Windows color (decimal): -68890 or 15135486. OLE color: 15135486.

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

Color convert

RGB 254 242 230 -
CMYK 0 0.05 0.09 0.00
HSL 30º 0.92% 0.95% -
HSV(B) 30º 0.09% 1% -
XYZ 86.91 90.29 87.71 -
YUV 244.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 254 242 230 0 0.05 0.09 0.00 30 0.92 0.95
Hex FE F2 E6 0 5 9 0 1E 5C 5F
Octal 376 362 346 0 5 11 0 36 134 137
Binary 11111110 11110010 11100110 0 101 1001 0 11110 1011100 1011111

Color Harmonies of #FEF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2E6

Black with #FEF2E6

Text Example


Text Example

White with #FEF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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