Html Css Color HEX #F6EEA6 Shalimar

📋 copy color: '#F6EEA6'

red 246 ◦ green 238 ◦ blue 166

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

Shades of Shalimar #F6EEA6

Tints of Shalimar #F6EEA6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.62%

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

R = 37.85%
G = 36.62%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F6EEA6 (or 0xF6EEA6) is known color: Shalimar. HEX triplet: F6, EE and A6. RGB value is (246,238,166). Sum of RGB (Red+Green+Blue) = 246+238+166=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 166 (65.23% from 255 or 25.54% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EEA6 is #091159. Grayscale: #E8E8E8. Windows color (decimal): -594266 or 10940150. OLE color: 10940150.

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

Color convert

RGB 246 238 166 -
CMYK 0 0.03 0.33 0.04
HSL 54º 0.82% 0.81% -
HSV(B) 54º 0.33% 0.96% -
XYZ 75.46 83.5 48.22 -
YUV 232.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 246 238 166 0 0.03 0.33 0.04 54 0.82 0.81
Hex F6 EE A6 0 3 21 4 36 52 51
Octal 366 356 246 0 3 41 4 66 122 121
Binary 11110110 11101110 10100110 0 11 100001 100 110110 1010010 1010001

Color Harmonies of #F6EEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EEA6

Black with #F6EEA6

Text Example


Text Example

White with #F6EEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EEA6; }

 p { color: rgb(246,238,166); }

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

background-color css

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

 a { background-color: rgb(246,238,166); }

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

border-color css

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

 span { border-color: rgb(246,238,166); }

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