Html Css Color HEX #F6F2AD Shalimar

📋 copy color: '#F6F2AD'

red 246 ◦ green 242 ◦ blue 173

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

Shades of Shalimar #F6F2AD

Tints of Shalimar #F6F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.61%

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

R = 37.22%
G = 36.61%
B = 26.17%

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

#F6F2AD (or 0xF6F2AD) is known color: Shalimar. HEX triplet: F6, F2 and AD. RGB value is (246,242,173). Sum of RGB (Red+Green+Blue) = 246+242+173=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F2AD is #090D52. Grayscale: #EBEBEB. Windows color (decimal): -593235 or 11399926. OLE color: 11399926.

HSL color Cylindrical-coordinate representation of color #F6F2AD: hue angle of 56.71º 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 #F6F2AD is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 242 173 -
CMYK 0 0.02 0.30 0.04
HSL 56.71º 0.8% 0.82% -
HSV(B) 56.71º 0.3% 0.96% -
XYZ 77.3 86.11 52.08 -
YUV 235.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 246 242 173 0 0.02 0.30 0.04 56.71 0.8 0.82
Hex F6 F2 AD 0 2 1E 4 39 50 52
Octal 366 362 255 0 2 36 4 71 120 122
Binary 11110110 11110010 10101101 0 10 11110 100 111001 1010000 1010010

Color Harmonies of #F6F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F2AD

Black with #F6F2AD

Text Example


Text Example

White with #F6F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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