Html Css Color HEX #FFF886 Milan

📋 copy color: '#FFF886'

red 255 ◦ green 248 ◦ blue 134

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

Shades of Milan #FFF886

Tints of Milan #FFF886

RGB

 RED value IS 255 (100% from 255) = 40.03%

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

 BLUE value IS 134 (52.73% from 255) = 21.04%

R = 40.03%
G = 38.93%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFF886 (or 0xFFF886) is known color: Milan. HEX triplet: FF, F8 and 86. RGB value is (255,248,134). Sum of RGB (Red+Green+Blue) = 255+248+134=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 134 (52.73% from 255 or 21.04% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF886 is #000779. Grayscale: #EDEDED. Windows color (decimal): -1914 or 8845567. OLE color: 8845567.

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

Color convert

RGB 255 248 134 -
CMYK 0 0.03 0.47 0
HSL 56.53º 1% 0.76% -
HSV(B) 56.53º 0.47% 1% -
XYZ 79.11 90.12 35.78 -
YUV 237.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 255 248 134 0 0.03 0.47 0 56.53 1 0.76
Hex FF F8 86 0 3 2F 0 39 64 4C
Octal 377 370 206 0 3 57 0 71 144 114
Binary 11111111 11111000 10000110 0 11 101111 0 111001 1100100 1001100

Color Harmonies of #FFF886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF886

Black with #FFF886

Text Example


Text Example

White with #FFF886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF886; }

 p { color: rgb(255,248,134); }

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

background-color css

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

 a { background-color: rgb(255,248,134); }

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

border-color css

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

 span { border-color: rgb(255,248,134); }

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