Html Css Color HEX #F6F0AD Shalimar

📋 copy color: '#F6F0AD'

red 246 ◦ green 240 ◦ blue 173

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

Shades of Shalimar #F6F0AD

Tints of Shalimar #F6F0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.25%

R = 37.33%
G = 36.42%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6F0AD (or 0xF6F0AD) is known color: Shalimar. HEX triplet: F6, F0 and AD. RGB value is (246,240,173). Sum of RGB (Red+Green+Blue) = 246+240+173=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F0AD is #090F52. Grayscale: #EAEAEA. Windows color (decimal): -593747 or 11399414. OLE color: 11399414.

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

Color convert

RGB 246 240 173 -
CMYK 0 0.02 0.30 0.04
HSL 55.07º 0.8% 0.82% -
HSV(B) 55.07º 0.3% 0.96% -
XYZ 76.71 84.93 51.89 -
YUV 234.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 246 240 173 0 0.02 0.30 0.04 55.07 0.8 0.82
Hex F6 F0 AD 0 2 1E 4 37 50 52
Octal 366 360 255 0 2 36 4 67 120 122
Binary 11110110 11110000 10101101 0 10 11110 100 110111 1010000 1010010

Color Harmonies of #F6F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F0AD

Black with #F6F0AD

Text Example


Text Example

White with #F6F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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