#FDFCB5

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

Shades of Shalimar #FDFCB5

Tints of Shalimar #FDFCB5

Color information

#FDFCB5 (or 0xFDFCB5) is unknown color: approx Shalimar. HEX triplet: FD, FC and B5. RGB value is (253,252,181). Sum of RGB (Red+Green+Blue) = 253+252+181=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 181 (71.09% from 255 or 26.38% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCB5 is #02034A. Grayscale: #F4F4F4. Windows color (decimal): -131915 or 11926781. OLE color: 11926781.

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

Color convert

RGB253252181-
CMYK00.000.280.01
HSL59.17º94.74%85.1%-
HSV(B)59.17º28.46%99.22%-
XYZ83.6693.8457.42-
YUV244.292.33134.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 181 (71.09% from 255) = 26.38%
R=36.88%
G=36.73%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325218100.000.280.0159.1794.7485.1
HexFDFCB5001C13b5f55
Octal3753742650034173137125
Binary1111110111111100101101010011100111101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCB5; }

 p { color: rgb(253,252,181); }

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

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

 a { background-color: rgb(253,252,181); }

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

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

 span { border-color: rgb(253,252,181); }

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