Html Css Color HEX #FEFB8D Milan

📋 copy color: '#FEFB8D'

red 254 ◦ green 251 ◦ blue 141

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

Shades of Milan #FEFB8D

Tints of Milan #FEFB8D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.85%

 BLUE value IS 141 (55.47% from 255) = 21.83%

R = 39.32%
G = 38.85%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEFB8D (or 0xFEFB8D) is known color: Milan. HEX triplet: FE, FB and 8D. RGB value is (254,251,141). Sum of RGB (Red+Green+Blue) = 254+251+141=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 141 (55.47% from 255 or 21.83% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFB8D is #010472. Grayscale: #EFEFEF. Windows color (decimal): -66675 or 9305086. OLE color: 9305086.

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

Color convert

RGB 254 251 141 -
CMYK 0 0.01 0.44 0.00
HSL 58.41º 0.98% 0.77% -
HSV(B) 58.41º 0.44% 1% -
XYZ 80.18 91.99 38.73 -
YUV 239.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 254 251 141 0 0.01 0.44 0.00 58.41 0.98 0.77
Hex FE FB 8D 0 1 2C 0 3A 62 4D
Octal 376 373 215 0 1 54 0 72 142 115
Binary 11111110 11111011 10001101 0 1 101100 0 111010 1100010 1001101

Color Harmonies of #FEFB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB8D

Black with #FEFB8D

Text Example


Text Example

White with #FEFB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB8D; }

 p { color: rgb(254,251,141); }

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

background-color css

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

 a { background-color: rgb(254,251,141); }

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

border-color css

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

 span { border-color: rgb(254,251,141); }

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