#FFF7AB

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

Shades of Shalimar #FFF7AB

Tints of Shalimar #FFF7AB

Color information

#FFF7AB (or 0xFFF7AB) is unknown color: approx Shalimar. HEX triplet: FF, F7 and AB. RGB value is (255,247,171). Sum of RGB (Red+Green+Blue) = 255+247+171=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AB is #000854. Grayscale: #F1F1F1. Windows color (decimal): -2133 or 11270143. OLE color: 11270143.

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

Color convert

RGB255247171-
CMYK00.030.330
HSL54.29º100%83.53%-
HSV(B)54.29º32.94%100%-
XYZ81.8590.7251.73-
YUV240.7388.65138.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 247 (96.88% from 255) = 36.70%
BLUE value IS 171 (67.19% from 255) = 25.41%
R=37.89%
G=36.70%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524717100.030.33054.2910083.53
HexFFF7AB03210366454
Octal3773672530341066144124
Binary111111111111011110101011011100001011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7AB; }

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

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

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

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

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

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

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

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