#FFF5AC

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

Shades of Shalimar #FFF5AC

Tints of Shalimar #FFF5AC

Color information

#FFF5AC (or 0xFFF5AC) is unknown color: approx Shalimar. HEX triplet: FF, F5 and AC. RGB value is (255,245,172). Sum of RGB (Red+Green+Blue) = 255+245+172=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AC is #000A53. Grayscale: #EFEFEF. Windows color (decimal): -2644 or 11335167. OLE color: 11335167.

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

Color convert

RGB255245172-
CMYK00.040.330
HSL52.77º100%83.73%-
HSV(B)52.77º32.55%100%-
XYZ81.3489.5452.03-
YUV239.6789.81138.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 172 (67.58% from 255) = 25.60%
R=37.95%
G=36.46%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524517200.040.33052.7710083.73
HexFFF5AC04210356454
Octal3773652540441065144124
Binary1111111111110101101011000100100001011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5AC; }

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

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

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

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

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

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

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

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