#FFF7AA

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

Shades of Shalimar #FFF7AA

Tints of Shalimar #FFF7AA

Color information

#FFF7AA (or 0xFFF7AA) is unknown color: approx Shalimar. HEX triplet: FF, F7 and AA. RGB value is (255,247,170). Sum of RGB (Red+Green+Blue) = 255+247+170=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AA is #000855. Grayscale: #F0F0F0. Windows color (decimal): -2134 or 11204607. OLE color: 11204607.

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

Color convert

RGB255247170-
CMYK00.030.330
HSL54.35º100%83.33%-
HSV(B)54.35º33.33%100%-
XYZ81.7690.6851.22-
YUV240.6188.15138.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 247 (96.88% from 255) = 36.76%
BLUE value IS 170 (66.80% from 255) = 25.30%
R=37.95%
G=36.76%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524717000.030.33054.3510083.33
HexFFF7AA03210366453
Octal3773672520341066144123
Binary111111111111011110101010011100001011011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7AA; }

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

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

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

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

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

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

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

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