Html Css Color HEX #FDF885 Milan

📋 copy color: '#FDF885'

red 253 ◦ green 248 ◦ blue 133

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

Shades of Milan #FDF885

Tints of Milan #FDF885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 20.98%

R = 39.91%
G = 39.12%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDF885 (or 0xFDF885) is known color: Milan. HEX triplet: FD, F8 and 85. RGB value is (253,248,133). Sum of RGB (Red+Green+Blue) = 253+248+133=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 133 (52.34% from 255 or 20.98% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF885 is #02077A. Grayscale: #ECECEC. Windows color (decimal): -132987 or 8780029. OLE color: 8780029.

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

Color convert

RGB 253 248 133 -
CMYK 0 0.02 0.47 0.01
HSL 57.5º 0.97% 0.76% -
HSV(B) 57.5º 0.47% 0.99% -
XYZ 78.31 89.71 35.38 -
YUV 236.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 253 248 133 0 0.02 0.47 0.01 57.5 0.97 0.76
Hex FD F8 85 0 2 2F 1 3A 61 4C
Octal 375 370 205 0 2 57 1 72 141 114
Binary 11111101 11111000 10000101 0 10 101111 1 111010 1100001 1001100

Color Harmonies of #FDF885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF885

Black with #FDF885

Text Example


Text Example

White with #FDF885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF885; }

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

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

background-color css

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

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

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

border-color css

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

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

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