Html Css Color HEX #FEF890 Milan

📋 copy color: '#FEF890'

red 254 ◦ green 248 ◦ blue 144

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

Shades of Milan #FEF890

Tints of Milan #FEF890

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.39%

 BLUE value IS 144 (56.64% from 255) = 22.29%

R = 39.32%
G = 38.39%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEF890 (or 0xFEF890) is known color: Milan. HEX triplet: FE, F8 and 90. RGB value is (254,248,144). Sum of RGB (Red+Green+Blue) = 254+248+144=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 144 (56.64% from 255 or 22.29% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF890 is #01076F. Grayscale: #EEEEEE. Windows color (decimal): -67440 or 9500926. OLE color: 9500926.

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

Color convert

RGB 254 248 144 -
CMYK 0 0.02 0.43 0.00
HSL 56.73º 0.98% 0.78% -
HSV(B) 56.73º 0.43% 1% -
XYZ 79.47 90.22 39.61 -
YUV 237.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 254 248 144 0 0.02 0.43 0.00 56.73 0.98 0.78
Hex FE F8 90 0 2 2B 0 39 62 4E
Octal 376 370 220 0 2 53 0 71 142 116
Binary 11111110 11111000 10010000 0 10 101011 0 111001 1100010 1001110

Color Harmonies of #FEF890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF890

Black with #FEF890

Text Example


Text Example

White with #FEF890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF890; }

 p { color: rgb(254,248,144); }

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

background-color css

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

 a { background-color: rgb(254,248,144); }

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

border-color css

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

 span { border-color: rgb(254,248,144); }

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