#FDFBAA

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

Shades of Shalimar #FDFBAA

Tints of Shalimar #FDFBAA

Color information

#FDFBAA (or 0xFDFBAA) is unknown color: approx Shalimar. HEX triplet: FD, FB and AA. RGB value is (253,251,170). Sum of RGB (Red+Green+Blue) = 253+251+170=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 170 (66.80% from 255 or 25.22% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAA is #020455. Grayscale: #F2F2F2. Windows color (decimal): -132182 or 11205629. OLE color: 11205629.

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

Color convert

RGB253251170-
CMYK00.010.330.01
HSL58.55º95.4%82.94%-
HSV(B)58.55º32.81%99.22%-
XYZ82.2692.7851.6-
YUV242.3687.16135.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 170 (66.80% from 255) = 25.22%
R=37.54%
G=37.24%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325117000.010.330.0158.5595.482.94
HexFDFBAA012113b5f53
Octal3753732520141173137123
Binary11111101111110111010101001100001111101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBAA; }

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

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

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

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

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

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

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

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