#FFFBA5

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

Shades of Shalimar #FFFBA5

Tints of Shalimar #FFFBA5

Color information

#FFFBA5 (or 0xFFFBA5) is unknown color: approx Shalimar. HEX triplet: FF, FB and A5. RGB value is (255,251,165). Sum of RGB (Red+Green+Blue) = 255+251+165=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 165 (64.84% from 255 or 24.59% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA5 is #00045A. Grayscale: #F2F2F2. Windows color (decimal): -1115 or 10877951. OLE color: 10877951.

HSL color Cylindrical-coordinate representation of color #FFFBA5: hue angle of 57.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFFBA5 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255251165-
CMYK00.020.350
HSL57.33º100%82.35%-
HSV(B)57.33º35.29%100%-
XYZ82.5392.9749.19-
YUV242.3984.33136.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 165 (64.84% from 255) = 24.59%
R=38.00%
G=37.41%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525116500.020.35057.3310082.35
HexFFFBA502230396452
Octal3773732450243071144122
Binary111111111111101110100101010100011011100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBA5; }

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

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

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

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

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

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

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

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