#FFF6AC

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

Shades of Shalimar #FFF6AC

Tints of Shalimar #FFF6AC

Color information

#FFF6AC (or 0xFFF6AC) is unknown color: approx Shalimar. HEX triplet: FF, F6 and AC. RGB value is (255,246,172). Sum of RGB (Red+Green+Blue) = 255+246+172=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 172 (67.58% from 255 or 25.56% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AC is #000953. Grayscale: #F0F0F0. Windows color (decimal): -2388 or 11335423. OLE color: 11335423.

HSL color Cylindrical-coordinate representation of color #FFF6AC: hue angle of 53.49º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF6AC is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255246172-
CMYK00.040.330
HSL53.49º100%83.73%-
HSV(B)53.49º32.55%100%-
XYZ81.6490.1552.13-
YUV240.2689.48138.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 246 (96.48% from 255) = 36.55%
BLUE value IS 172 (67.58% from 255) = 25.56%
R=37.89%
G=36.55%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524617200.040.33053.4910083.73
HexFFF6AC04210356454
Octal3773662540441065144124
Binary1111111111110110101011000100100001011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6AC; }

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

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

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

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

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

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

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

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