#F6F8AC

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

Shades of Shalimar #F6F8AC

Tints of Shalimar #F6F8AC

Color information

#F6F8AC (or 0xF6F8AC) is unknown color: approx Shalimar. HEX triplet: F6, F8 and AC. RGB value is (246,248,172). Sum of RGB (Red+Green+Blue) = 246+248+172=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F8AC is #090753. Grayscale: #EFEFEF. Windows color (decimal): -591700 or 11335926. OLE color: 11335926.

HSL color Cylindrical-coordinate representation of color #F6F8AC: hue angle of 61.58º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6F8AC is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB246248172-
CMYK0.0100.310.03
HSL61.58º84.44%82.35%-
HSV(B)61.58º30.65%97.25%-
XYZ79.0289.7152.18-
YUV238.7490.34133.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.94%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 172 (67.58% from 255) = 25.83%
R=36.94%
G=37.24%
B=25.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462481720.0100.310.0361.5884.4482.35
HexF6F8AC101F33e5452
Octal3663702541037376124122
Binary11110110111110001010110010111111111111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F8AC; }

 p { color: rgb(246,248,172); }

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

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

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

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

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

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

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