#F6F6AB

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

Shades of Shalimar #F6F6AB

Tints of Shalimar #F6F6AB

Color information

#F6F6AB (or 0xF6F6AB) is unknown color: approx Shalimar. HEX triplet: F6, F6 and AB. RGB value is (246,246,171). Sum of RGB (Red+Green+Blue) = 246+246+171=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F6AB is #090954. Grayscale: #EDEDED. Windows color (decimal): -592213 or 11269878. OLE color: 11269878.

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

Color convert

RGB246246171-
CMYK000.300.04
HSL60º80.65%81.76%-
HSV(B)60º30.49%96.47%-
XYZ78.3188.4451.47-
YUV237.4590.5134.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 246 (96.48% from 255) = 37.10%
BLUE value IS 171 (67.19% from 255) = 25.79%
R=37.10%
G=37.10%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246246171000.300.046080.6581.76
HexF6F6AB001E43c5152
Octal3663662530036474121122
Binary111101101111011010101011001111010011110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6AB; }

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

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

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

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

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

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

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

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