Html Css Color HEX #FAF88E Milan

📋 copy color: '#FAF88E'

red 250 ◦ green 248 ◦ blue 142

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

Shades of Milan #FAF88E

Tints of Milan #FAF88E

RGB

 RED value IS 250 (98.05% from 255) = 39.06%

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

 BLUE value IS 142 (55.86% from 255) = 22.19%

R = 39.06%
G = 38.75%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAF88E (or 0xFAF88E) is known color: Milan. HEX triplet: FA, F8 and 8E. RGB value is (250,248,142). Sum of RGB (Red+Green+Blue) = 250+248+142=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 142 (55.86% from 255 or 22.19% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF88E is #050771. Grayscale: #ECECEC. Windows color (decimal): -329586 or 9369850. OLE color: 9369850.

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

Color convert

RGB 250 248 142 -
CMYK 0 0.01 0.43 0.02
HSL 58.89º 0.92% 0.77% -
HSV(B) 58.89º 0.43% 0.98% -
XYZ 77.87 89.41 38.74 -
YUV 236.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 250 248 142 0 0.01 0.43 0.02 58.89 0.92 0.77
Hex FA F8 8E 0 1 2B 2 3B 5C 4D
Octal 372 370 216 0 1 53 2 73 134 115
Binary 11111010 11111000 10001110 0 1 101011 10 111011 1011100 1001101

Color Harmonies of #FAF88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF88E

Black with #FAF88E

Text Example


Text Example

White with #FAF88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF88E; }

 p { color: rgb(250,248,142); }

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

background-color css

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

 a { background-color: rgb(250,248,142); }

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

border-color css

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

 span { border-color: rgb(250,248,142); }

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