Html Css Color HEX #FEFA8F Milan

📋 copy color: '#FEFA8F'

red 254 ◦ green 250 ◦ blue 143

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

Shades of Milan #FEFA8F

Tints of Milan #FEFA8F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 143 (56.25% from 255) = 22.1%

R = 39.26%
G = 38.64%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEFA8F (or 0xFEFA8F) is known color: Milan. HEX triplet: FE, FA and 8F. RGB value is (254,250,143). Sum of RGB (Red+Green+Blue) = 254+250+143=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 143 (56.25% from 255 or 22.10% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA8F is #010570. Grayscale: #EFEFEF. Windows color (decimal): -66929 or 9435902. OLE color: 9435902.

HSL color Cylindrical-coordinate representation of color #FEFA8F: hue angle of 57.84º 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 #FEFA8F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 250 143 -
CMYK 0 0.02 0.44 0.00
HSL 57.84º 0.98% 0.78% -
HSV(B) 57.84º 0.44% 1% -
XYZ 80.02 91.43 39.42 -
YUV 239 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 254 250 143 0 0.02 0.44 0.00 57.84 0.98 0.78
Hex FE FA 8F 0 2 2C 0 3A 62 4E
Octal 376 372 217 0 2 54 0 72 142 116
Binary 11111110 11111010 10001111 0 10 101100 0 111010 1100010 1001110

Color Harmonies of #FEFA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA8F

Black with #FEFA8F

Text Example


Text Example

White with #FEFA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA8F; }

 p { color: rgb(254,250,143); }

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

background-color css

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

 a { background-color: rgb(254,250,143); }

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

border-color css

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

 span { border-color: rgb(254,250,143); }

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