#FFFFAB

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

Shades of Shalimar #FFFFAB

Tints of Shalimar #FFFFAB

Color information

#FFFFAB (or 0xFFFFAB) is unknown color: approx Shalimar. HEX triplet: FF, FF and AB. RGB value is (255,255,171). Sum of RGB (Red+Green+Blue) = 255+255+171=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 171 (67.19% from 255 or 25.11% from 681); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAB is #000054. Grayscale: #F5F5F5. Windows color (decimal): -85 or 11272191. OLE color: 11272191.

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

Color convert

RGB255255171-
CMYK000.330
HSL60º100%83.53%-
HSV(B)60º32.94%100%-
XYZ84.3595.7252.56-
YUV245.4286134.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 171 (67.19% from 255) = 25.11%
R=37.44%
G=37.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255171000.3306010083.53
HexFFFFAB002103c6454
Octal3773772530041074144124
Binary11111111111111111010101100100001011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFAB; }

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

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

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

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

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

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

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

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