#FFF4AC

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

Shades of Shalimar #FFF4AC

Tints of Shalimar #FFF4AC

Color information

#FFF4AC (or 0xFFF4AC) is unknown color: approx Shalimar. HEX triplet: FF, F4 and AC. RGB value is (255,244,172). Sum of RGB (Red+Green+Blue) = 255+244+172=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AC is #000B53. Grayscale: #EFEFEF. Windows color (decimal): -2900 or 11334911. OLE color: 11334911.

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

Color convert

RGB255244172-
CMYK00.040.330
HSL52.05º100%83.73%-
HSV(B)52.05º32.55%100%-
XYZ81.0488.9451.93-
YUV239.0890.14139.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 244 (95.70% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 25.63%
R=38.00%
G=36.36%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524417200.040.33052.0510083.73
HexFFF4AC04210346454
Octal3773642540441064144124
Binary1111111111110100101011000100100001011010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4AC; }

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

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

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

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

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

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

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

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