#FFF9AC

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

Shades of Shalimar #FFF9AC

Tints of Shalimar #FFF9AC

Color information

#FFF9AC (or 0xFFF9AC) is unknown color: approx Shalimar. HEX triplet: FF, F9 and AC. RGB value is (255,249,172). Sum of RGB (Red+Green+Blue) = 255+249+172=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 172 (67.58% from 255 or 25.44% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9AC is #000653. Grayscale: #F2F2F2. Windows color (decimal): -1620 or 11336191. OLE color: 11336191.

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

Color convert

RGB255249172-
CMYK00.020.330
HSL55.66º100%83.73%-
HSV(B)55.66º32.55%100%-
XYZ82.5691.9952.43-
YUV242.0288.49137.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 172 (67.58% from 255) = 25.44%
R=37.72%
G=36.83%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524917200.020.33055.6610083.73
HexFFF9AC02210386454
Octal3773712540241070144124
Binary111111111111100110101100010100001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9AC; }

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

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

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

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

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

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

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

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