#FDFBA4

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

Shades of Shalimar #FDFBA4

Tints of Shalimar #FDFBA4

Color information

#FDFBA4 (or 0xFDFBA4) is unknown color: approx Shalimar. HEX triplet: FD, FB and A4. RGB value is (253,251,164). Sum of RGB (Red+Green+Blue) = 253+251+164=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 164 (64.45% from 255 or 24.55% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA4 is #02045B. Grayscale: #F2F2F2. Windows color (decimal): -132188 or 10812413. OLE color: 10812413.

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

Color convert

RGB253251164-
CMYK00.010.350.01
HSL58.65º95.7%81.76%-
HSV(B)58.65º35.18%99.22%-
XYZ81.7192.5648.68-
YUV241.6884.16136.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 164 (64.45% from 255) = 24.55%
R=37.87%
G=37.57%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325116400.010.350.0158.6595.781.76
HexFDFBA4012313b6052
Octal3753732440143173140122
Binary11111101111110111010010001100011111101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBA4; }

 p { color: rgb(253,251,164); }

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

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

 a { background-color: rgb(253,251,164); }

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

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

 span { border-color: rgb(253,251,164); }

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