#FFF6A6

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

Shades of Shalimar #FFF6A6

Tints of Shalimar #FFF6A6

Color information

#FFF6A6 (or 0xFFF6A6) is unknown color: approx Shalimar. HEX triplet: FF, F6 and A6. RGB value is (255,246,166). Sum of RGB (Red+Green+Blue) = 255+246+166=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 166 (65.23% from 255 or 24.89% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6A6 is #000959. Grayscale: #EFEFEF. Windows color (decimal): -2394 or 10942207. OLE color: 10942207.

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

Color convert

RGB255246166-
CMYK00.040.350
HSL53.93º100%82.55%-
HSV(B)53.93º34.9%100%-
XYZ81.0889.9249.16-
YUV239.5786.48139-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 246 (96.48% from 255) = 36.88%
BLUE value IS 166 (65.23% from 255) = 24.89%
R=38.23%
G=36.88%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524616600.040.35053.9310082.55
HexFFF6A604230366453
Octal3773662460443066144123
Binary1111111111110110101001100100100011011011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6A6; }

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

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

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

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

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

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

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

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