Html Css Color HEX #F6EFAA Shalimar

📋 copy color: '#F6EFAA'

red 246 ◦ green 239 ◦ blue 170

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

Shades of Shalimar #F6EFAA

Tints of Shalimar #F6EFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.49%

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

R = 37.56%
G = 36.49%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F6EFAA (or 0xF6EFAA) is known color: Shalimar. HEX triplet: F6, EF and AA. RGB value is (246,239,170). Sum of RGB (Red+Green+Blue) = 246+239+170=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EFAA is #091055. Grayscale: #E9E9E9. Windows color (decimal): -594006 or 11202550. OLE color: 11202550.

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

Color convert

RGB 246 239 170 -
CMYK 0 0.03 0.31 0.04
HSL 54.47º 0.81% 0.82% -
HSV(B) 54.47º 0.31% 0.96% -
XYZ 76.13 84.23 50.28 -
YUV 233.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 246 239 170 0 0.03 0.31 0.04 54.47 0.81 0.82
Hex F6 EF AA 0 3 1F 4 36 51 52
Octal 366 357 252 0 3 37 4 66 121 122
Binary 11110110 11101111 10101010 0 11 11111 100 110110 1010001 1010010

Color Harmonies of #F6EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EFAA

Black with #F6EFAA

Text Example


Text Example

White with #F6EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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