Html Css Color HEX #FAF696 Milan

📋 copy color: '#FAF696'

red 250 ◦ green 246 ◦ blue 150

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

Shades of Milan #FAF696

Tints of Milan #FAF696

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.08%

 BLUE value IS 150 (58.98% from 255) = 23.22%

R = 38.7%
G = 38.08%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAF696 (or 0xFAF696) is known color: Milan. HEX triplet: FA, F6 and 96. RGB value is (250,246,150). Sum of RGB (Red+Green+Blue) = 250+246+150=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 150 (58.98% from 255 or 23.22% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF696 is #050969. Grayscale: #ECECEC. Windows color (decimal): -330090 or 9893626. OLE color: 9893626.

HSL color Cylindrical-coordinate representation of color #FAF696: hue angle of 57.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF696 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 150 -
CMYK 0 0.02 0.4 0.02
HSL 57.6º 0.91% 0.78% -
HSV(B) 57.6º 0.4% 0.98% -
XYZ 77.89 88.44 41.82 -
YUV 236.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 250 246 150 0 0.02 0.4 0.02 57.6 0.91 0.78
Hex FA F6 96 0 2 28 2 3A 5B 4E
Octal 372 366 226 0 2 50 2 72 133 116
Binary 11111010 11110110 10010110 0 10 101000 10 111010 1011011 1001110

Color Harmonies of #FAF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF696

Black with #FAF696

Text Example


Text Example

White with #FAF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF696; }

 p { color: rgb(250,246,150); }

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

background-color css

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

 a { background-color: rgb(250,246,150); }

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

border-color css

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

 span { border-color: rgb(250,246,150); }

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