#FFF2AA

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

Shades of Shalimar #FFF2AA

Tints of Shalimar #FFF2AA

Color information

#FFF2AA (or 0xFFF2AA) is unknown color: approx Shalimar. HEX triplet: FF, F2 and AA. RGB value is (255,242,170). Sum of RGB (Red+Green+Blue) = 255+242+170=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 170 (66.80% from 255 or 25.49% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2AA is #000D55. Grayscale: #EDEDED. Windows color (decimal): -3414 or 11203327. OLE color: 11203327.

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

Color convert

RGB255242170-
CMYK00.050.330
HSL50.82º100%83.33%-
HSV(B)50.82º33.33%100%-
XYZ80.2587.6750.72-
YUV237.6889.81140.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 170 (66.80% from 255) = 25.49%
R=38.23%
G=36.28%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524217000.050.33050.8210083.33
HexFFF2AA05210336453
Octal3773622520541063144123
Binary1111111111110010101010100101100001011001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2AA; }

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

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

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

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

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

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

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

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