Html Css Color HEX #FEFC8C Milan

📋 copy color: '#FEFC8C'

red 254 ◦ green 252 ◦ blue 140

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

Shades of Milan #FEFC8C

Tints of Milan #FEFC8C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.01%

 BLUE value IS 140 (55.08% from 255) = 21.67%

R = 39.32%
G = 39.01%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEFC8C (or 0xFEFC8C) is known color: Milan. HEX triplet: FE, FC and 8C. RGB value is (254,252,140). Sum of RGB (Red+Green+Blue) = 254+252+140=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 140 (55.08% from 255 or 21.67% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFC8C is #010373. Grayscale: #F0F0F0. Windows color (decimal): -66420 or 9239806. OLE color: 9239806.

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

Color convert

RGB 254 252 140 -
CMYK 0 0.01 0.45 0.00
HSL 58.95º 0.98% 0.77% -
HSV(B) 58.95º 0.45% 1% -
XYZ 80.42 92.59 38.44 -
YUV 239.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 254 252 140 0 0.01 0.45 0.00 58.95 0.98 0.77
Hex FE FC 8C 0 1 2D 0 3B 62 4D
Octal 376 374 214 0 1 55 0 73 142 115
Binary 11111110 11111100 10001100 0 1 101101 0 111011 1100010 1001101

Color Harmonies of #FEFC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC8C

Black with #FEFC8C

Text Example


Text Example

White with #FEFC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC8C; }

 p { color: rgb(254,252,140); }

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

background-color css

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

 a { background-color: rgb(254,252,140); }

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

border-color css

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

 span { border-color: rgb(254,252,140); }

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