#FFF4AA

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

Shades of Shalimar #FFF4AA

Tints of Shalimar #FFF4AA

Color information

#FFF4AA (or 0xFFF4AA) is unknown color: approx Shalimar. HEX triplet: FF, F4 and AA. RGB value is (255,244,170). Sum of RGB (Red+Green+Blue) = 255+244+170=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AA is #000B55. Grayscale: #EFEFEF. Windows color (decimal): -2902 or 11203839. OLE color: 11203839.

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

Color convert

RGB255244170-
CMYK00.040.330
HSL52.24º100%83.33%-
HSV(B)52.24º33.33%100%-
XYZ80.8588.8650.92-
YUV238.8589.14139.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 244 (95.70% from 255) = 36.47%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=38.12%
G=36.47%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524417000.040.33052.2410083.33
HexFFF4AA04210346453
Octal3773642520441064144123
Binary1111111111110100101010100100100001011010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4AA; }

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

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

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

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

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

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

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

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