Html Css Color HEX #F7F6AE Shalimar

📋 copy color: '#F7F6AE'

red 247 ◦ green 246 ◦ blue 174

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

Shades of Shalimar #F7F6AE

Tints of Shalimar #F7F6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.09%

R = 37.03%
G = 36.88%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7F6AE (or 0xF7F6AE) is known color: Shalimar. HEX triplet: F7, F6 and AE. RGB value is (247,246,174). Sum of RGB (Red+Green+Blue) = 247+246+174=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F6AE is #080951. Grayscale: #EEEEEE. Windows color (decimal): -526674 or 11466487. OLE color: 11466487.

HSL color Cylindrical-coordinate representation of color #F7F6AE: hue angle of 59.18º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F6AE is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 246 174 -
CMYK 0 0.00 0.30 0.03
HSL 59.18º 0.82% 0.83% -
HSV(B) 59.18º 0.3% 0.97% -
XYZ 78.95 88.74 53.01 -
YUV 238.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 247 246 174 0 0.00 0.30 0.03 59.18 0.82 0.83
Hex F7 F6 AE 0 0 1E 3 3B 52 53
Octal 367 366 256 0 0 36 3 73 122 123
Binary 11110111 11110110 10101110 0 0 11110 11 111011 1010010 1010011

Color Harmonies of #F7F6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F6AE

Black with #F7F6AE

Text Example


Text Example

White with #F7F6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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