#F6F5AB

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

Shades of Shalimar #F6F5AB

Tints of Shalimar #F6F5AB

Color information

#F6F5AB (or 0xF6F5AB) is unknown color: approx Shalimar. HEX triplet: F6, F5 and AB. RGB value is (246,245,171). Sum of RGB (Red+Green+Blue) = 246+245+171=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F5AB is #090A54. Grayscale: #EDEDED. Windows color (decimal): -592469 or 11269622. OLE color: 11269622.

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

Color convert

RGB246245171-
CMYK00.000.300.04
HSL59.2º80.65%81.76%-
HSV(B)59.2º30.49%96.47%-
XYZ78.0187.8451.37-
YUV236.8690.83134.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.16%
GREEN value IS 245 (96.09% from 255) = 37.01%
BLUE value IS 171 (67.19% from 255) = 25.83%
R=37.16%
G=37.01%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624517100.000.300.0459.280.6581.76
HexF6F5AB001E43b5152
Octal3663652530036473121122
Binary111101101111010110101011001111010011101110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F5AB; }

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

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

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

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

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

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

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

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