#F6F0AE

Color #F6F0AE Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F6F0AE

Tints of Shalimar #F6F0AE

Color information

#F6F0AE (or 0xF6F0AE) is unknown color: approx Shalimar. HEX triplet: F6, F0 and AE. RGB value is (246,240,174). Sum of RGB (Red+Green+Blue) = 246+240+174=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 174 (68.36% from 255 or 26.36% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F0AE is #090F51. Grayscale: #EAEAEA. Windows color (decimal): -593746 or 11464950. OLE color: 11464950.

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

Color convert

RGB246240174-
CMYK00.020.290.04
HSL55º80%82.35%-
HSV(B)55º29.27%96.47%-
XYZ76.8184.9752.4-
YUV234.2793.99136.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 26.36%
R=37.27%
G=36.36%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624017400.020.290.04558082.35
HexF6F0AE021D4375052
Octal3663602560235467120122
Binary1111011011110000101011100101110110011011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F0AE; }

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

 H1.HeaderClassName
 {
   color: #F6F0AE;
 }
 .AnyTagClassName
 {
   color: #F6F0AE;
 }
</style>
background-color css

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

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

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

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

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

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