Html Css Color HEX #FDFA8C Milan

📋 copy color: '#FDFA8C'

red 253 ◦ green 250 ◦ blue 140

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

Shades of Milan #FDFA8C

Tints of Milan #FDFA8C

RGB

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

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

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

R = 39.35%
G = 38.88%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDFA8C (or 0xFDFA8C) is known color: Milan. HEX triplet: FD, FA and 8C. RGB value is (253,250,140). Sum of RGB (Red+Green+Blue) = 253+250+140=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA8C is #020573. Grayscale: #EEEEEE. Windows color (decimal): -132468 or 9239293. OLE color: 9239293.

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

Color convert

RGB 253 250 140 -
CMYK 0 0.01 0.45 0.01
HSL 58.41º 0.97% 0.77% -
HSV(B) 58.41º 0.45% 0.99% -
XYZ 79.43 91.15 38.22 -
YUV 238.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 253 250 140 0 0.01 0.45 0.01 58.41 0.97 0.77
Hex FD FA 8C 0 1 2D 1 3A 61 4D
Octal 375 372 214 0 1 55 1 72 141 115
Binary 11111101 11111010 10001100 0 1 101101 1 111010 1100001 1001101

Color Harmonies of #FDFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFA8C

Black with #FDFA8C

Text Example


Text Example

White with #FDFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFA8C; }

 p { color: rgb(253,250,140); }

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

background-color css

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

 a { background-color: rgb(253,250,140); }

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

border-color css

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

 span { border-color: rgb(253,250,140); }

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