Html Css Color HEX #FDF891 Milan

📋 copy color: '#FDF891'

red 253 ◦ green 248 ◦ blue 145

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

Shades of Milan #FDF891

Tints of Milan #FDF891

RGB

 RED value IS 253 (99.22% from 255) = 39.16%

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

 BLUE value IS 145 (57.03% from 255) = 22.45%

R = 39.16%
G = 38.39%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDF891 (or 0xFDF891) is known color: Milan. HEX triplet: FD, F8 and 91. RGB value is (253,248,145). Sum of RGB (Red+Green+Blue) = 253+248+145=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 145 (57.03% from 255 or 22.45% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF891 is #02076E. Grayscale: #EEEEEE. Windows color (decimal): -132975 or 9566461. OLE color: 9566461.

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

Color convert

RGB 253 248 145 -
CMYK 0 0.02 0.43 0.01
HSL 57.22º 0.96% 0.78% -
HSV(B) 57.22º 0.43% 0.99% -
XYZ 79.19 90.06 40 -
YUV 237.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 253 248 145 0 0.02 0.43 0.01 57.22 0.96 0.78
Hex FD F8 91 0 2 2B 1 39 60 4E
Octal 375 370 221 0 2 53 1 71 140 116
Binary 11111101 11111000 10010001 0 10 101011 1 111001 1100000 1001110

Color Harmonies of #FDF891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF891

Black with #FDF891

Text Example


Text Example

White with #FDF891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF891; }

 p { color: rgb(253,248,145); }

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

background-color css

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

 a { background-color: rgb(253,248,145); }

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

border-color css

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

 span { border-color: rgb(253,248,145); }

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