Html Css Color HEX #F6F0AA Shalimar

📋 copy color: '#F6F0AA'

red 246 ◦ green 240 ◦ blue 170

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

Shades of Shalimar #F6F0AA

Tints of Shalimar #F6F0AA

RGB

 RED value IS 246 (96.48% from 255) = 37.5%

 GREEN value IS 240 (94.14% from 255) = 36.59%

 BLUE value IS 170 (66.8% from 255) = 25.91%

R = 37.5%
G = 36.59%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6F0AA (or 0xF6F0AA) is known color: Shalimar. HEX triplet: F6, F0 and AA. RGB value is (246,240,170). Sum of RGB (Red+Green+Blue) = 246+240+170=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F0AA is #090F55. Grayscale: #EAEAEA. Windows color (decimal): -593750 or 11202806. OLE color: 11202806.

HSL color Cylindrical-coordinate representation of color #F6F0AA: hue angle of 55.26º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6F0AA is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 240 170 -
CMYK 0 0.02 0.31 0.04
HSL 55.26º 0.81% 0.82% -
HSV(B) 55.26º 0.31% 0.96% -
XYZ 76.42 84.82 50.37 -
YUV 233.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 246 240 170 0 0.02 0.31 0.04 55.26 0.81 0.82
Hex F6 F0 AA 0 2 1F 4 37 51 52
Octal 366 360 252 0 2 37 4 67 121 122
Binary 11110110 11110000 10101010 0 10 11111 100 110111 1010001 1010010

Color Harmonies of #F6F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F0AA

Black with #F6F0AA

Text Example


Text Example

White with #F6F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F0AA; }

 p { color: rgb(246,240,170); }

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

background-color css

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

 a { background-color: rgb(246,240,170); }

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

border-color css

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

 span { border-color: rgb(246,240,170); }

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