Html Css Color HEX #F7F696 Milan

📋 copy color: '#F7F696'

red 247 ◦ green 246 ◦ blue 150

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

Shades of Milan #F7F696

Tints of Milan #F7F696

RGB

 RED value IS 247 (96.88% from 255) = 38.41%

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

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

R = 38.41%
G = 38.26%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F7F696 (or 0xF7F696) is known color: Milan. HEX triplet: F7, F6 and 96. RGB value is (247,246,150). Sum of RGB (Red+Green+Blue) = 247+246+150=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 150 (58.98% from 255 or 23.33% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F696 is #080969. Grayscale: #EBEBEB. Windows color (decimal): -526698 or 9893623. OLE color: 9893623.

HSL color Cylindrical-coordinate representation of color #F7F696: hue angle of 59.38º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7F696 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 246 150 -
CMYK 0 0.00 0.39 0.03
HSL 59.38º 0.86% 0.78% -
HSV(B) 59.38º 0.39% 0.97% -
XYZ 76.82 87.89 41.77 -
YUV 235.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 247 246 150 0 0.00 0.39 0.03 59.38 0.86 0.78
Hex F7 F6 96 0 0 27 3 3B 56 4E
Octal 367 366 226 0 0 47 3 73 126 116
Binary 11110111 11110110 10010110 0 0 100111 11 111011 1010110 1001110

Color Harmonies of #F7F696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F696

Black with #F7F696

Text Example


Text Example

White with #F7F696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F696; }

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

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

background-color css

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

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

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

border-color css

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

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

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