Html Css Color HEX #F7F5A6 Shalimar

📋 copy color: '#F7F5A6'

red 247 ◦ green 245 ◦ blue 166

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

Shades of Shalimar #F7F5A6

Tints of Shalimar #F7F5A6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 166 (65.23% from 255) = 25.23%

R = 37.54%
G = 37.23%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F7F5A6 (or 0xF7F5A6) is known color: Shalimar. HEX triplet: F7, F5 and A6. RGB value is (247,245,166). Sum of RGB (Red+Green+Blue) = 247+245+166=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 166 (65.23% from 255 or 25.23% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F5A6 is #080A59. Grayscale: #ECECEC. Windows color (decimal): -526938 or 10941943. OLE color: 10941943.

HSL color Cylindrical-coordinate representation of color #F7F5A6: hue angle of 58.52º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7F5A6 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 245 166 -
CMYK 0 0.01 0.33 0.03
HSL 58.52º 0.84% 0.81% -
HSV(B) 58.52º 0.33% 0.97% -
XYZ 77.89 87.83 48.92 -
YUV 236.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 247 245 166 0 0.01 0.33 0.03 58.52 0.84 0.81
Hex F7 F5 A6 0 1 21 3 3B 54 51
Octal 367 365 246 0 1 41 3 73 124 121
Binary 11110111 11110101 10100110 0 1 100001 11 111011 1010100 1010001

Color Harmonies of #F7F5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F5A6

Black with #F7F5A6

Text Example


Text Example

White with #F7F5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F5A6; }

 p { color: rgb(247,245,166); }

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

background-color css

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

 a { background-color: rgb(247,245,166); }

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

border-color css

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

 span { border-color: rgb(247,245,166); }

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