Html Css Color HEX #F6F2AB Shalimar

📋 copy color: '#F6F2AB'

red 246 ◦ green 242 ◦ blue 171

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

Shades of Shalimar #F6F2AB

Tints of Shalimar #F6F2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.95%

R = 37.33%
G = 36.72%
B = 25.95%

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

#F6F2AB (or 0xF6F2AB) is known color: Shalimar. HEX triplet: F6, F2 and AB. RGB value is (246,242,171). Sum of RGB (Red+Green+Blue) = 246+242+171=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F2AB is #090D54. Grayscale: #EBEBEB. Windows color (decimal): -593237 or 11268854. OLE color: 11268854.

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

Color convert

RGB 246 242 171 -
CMYK 0 0.02 0.30 0.04
HSL 56.8º 0.81% 0.82% -
HSV(B) 56.8º 0.3% 0.96% -
XYZ 77.11 86.04 51.07 -
YUV 235.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 246 242 171 0 0.02 0.30 0.04 56.8 0.81 0.82
Hex F6 F2 AB 0 2 1E 4 39 51 52
Octal 366 362 253 0 2 36 4 71 121 122
Binary 11110110 11110010 10101011 0 10 11110 100 111001 1010001 1010010

Color Harmonies of #F6F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F2AB

Black with #F6F2AB

Text Example


Text Example

White with #F6F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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