#FFF1AB

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

Shades of Shalimar #FFF1AB

Tints of Shalimar #FFF1AB

Color information

#FFF1AB (or 0xFFF1AB) is unknown color: approx Shalimar. HEX triplet: FF, F1 and AB. RGB value is (255,241,171). Sum of RGB (Red+Green+Blue) = 255+241+171=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1AB is #000E54. Grayscale: #EDEDED. Windows color (decimal): -3669 or 11268607. OLE color: 11268607.

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

Color convert

RGB255241171-
CMYK00.050.330
HSL50º100%83.53%-
HSV(B)50º32.94%100%-
XYZ80.0587.1151.12-
YUV237.2190.64140.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 171 (67.19% from 255) = 25.64%
R=38.23%
G=36.13%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524117100.050.3305010083.53
HexFFF1AB05210326454
Octal3773612530541062144124
Binary1111111111110001101010110101100001011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1AB; }

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

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

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

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

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

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

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

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