#FFF5A6

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

Shades of Shalimar #FFF5A6

Tints of Shalimar #FFF5A6

Color information

#FFF5A6 (or 0xFFF5A6) is unknown color: approx Shalimar. HEX triplet: FF, F5 and A6. RGB value is (255,245,166). Sum of RGB (Red+Green+Blue) = 255+245+166=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 166 (65.23% from 255 or 24.92% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5A6 is #000A59. Grayscale: #EFEFEF. Windows color (decimal): -2650 or 10941951. OLE color: 10941951.

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

Color convert

RGB255245166-
CMYK00.040.350
HSL53.26º100%82.55%-
HSV(B)53.26º34.9%100%-
XYZ80.7889.3249.06-
YUV238.9886.81139.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 245 (96.09% from 255) = 36.79%
BLUE value IS 166 (65.23% from 255) = 24.92%
R=38.29%
G=36.79%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524516600.040.35053.2610082.55
HexFFF5A604230356453
Octal3773652460443065144123
Binary1111111111110101101001100100100011011010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5A6; }

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

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

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

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

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

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

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

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