#FFFBAA

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

Shades of Shalimar #FFFBAA

Tints of Shalimar #FFFBAA

Color information

#FFFBAA (or 0xFFFBAA) is unknown color: approx Shalimar. HEX triplet: FF, FB and AA. RGB value is (255,251,170). Sum of RGB (Red+Green+Blue) = 255+251+170=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 170 (66.80% from 255 or 25.15% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBAA is #000455. Grayscale: #F3F3F3. Windows color (decimal): -1110 or 11205631. OLE color: 11205631.

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

Color convert

RGB255251170-
CMYK00.020.330
HSL57.18º100%83.33%-
HSV(B)57.18º33.33%100%-
XYZ82.9993.1651.64-
YUV242.9686.83136.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 170 (66.80% from 255) = 25.15%
R=37.72%
G=37.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525117000.020.33057.1810083.33
HexFFFBAA02210396453
Octal3773732520241071144123
Binary111111111111101110101010010100001011100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBAA; }

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

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

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

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

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

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

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

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