#FFF4A9

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

Shades of Shalimar #FFF4A9

Tints of Shalimar #FFF4A9

Color information

#FFF4A9 (or 0xFFF4A9) is unknown color: approx Shalimar. HEX triplet: FF, F4 and A9. RGB value is (255,244,169). Sum of RGB (Red+Green+Blue) = 255+244+169=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 169 (66.41% from 255 or 25.30% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4A9 is #000B56. Grayscale: #EFEFEF. Windows color (decimal): -2903 or 11138303. OLE color: 11138303.

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

Color convert

RGB255244169-
CMYK00.040.340
HSL52.33º100%83.14%-
HSV(B)52.33º33.73%100%-
XYZ80.7588.8350.43-
YUV238.7488.64139.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 169 (66.41% from 255) = 25.30%
R=38.17%
G=36.53%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524416900.040.34052.3310083.14
HexFFF4A904220346453
Octal3773642510442064144123
Binary1111111111110100101010010100100010011010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4A9; }

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

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

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

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

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

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

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

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