Html Css Color HEX #FEF28E Milan

📋 copy color: '#FEF28E'

red 254 ◦ green 242 ◦ blue 142

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

Shades of Milan #FEF28E

Tints of Milan #FEF28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.26%

R = 39.81%
G = 37.93%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEF28E (or 0xFEF28E) is known color: Milan. HEX triplet: FE, F2 and 8E. RGB value is (254,242,142). Sum of RGB (Red+Green+Blue) = 254+242+142=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 142 (55.86% from 255 or 22.26% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF28E is #010D71. Grayscale: #EAEAEA. Windows color (decimal): -68978 or 9368318. OLE color: 9368318.

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

Color convert

RGB 254 242 142 -
CMYK 0 0.05 0.44 0.00
HSL 53.57º 0.98% 0.78% -
HSV(B) 53.57º 0.44% 1% -
XYZ 77.51 86.53 38.21 -
YUV 234.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 254 242 142 0 0.05 0.44 0.00 53.57 0.98 0.78
Hex FE F2 8E 0 5 2C 0 36 62 4E
Octal 376 362 216 0 5 54 0 66 142 116
Binary 11111110 11110010 10001110 0 101 101100 0 110110 1100010 1001110

Color Harmonies of #FEF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF28E

Black with #FEF28E

Text Example


Text Example

White with #FEF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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