#FDF7B5

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

Shades of Shalimar #FDF7B5

Tints of Shalimar #FDF7B5

Color information

#FDF7B5 (or 0xFDF7B5) is unknown color: approx Shalimar. HEX triplet: FD, F7 and B5. RGB value is (253,247,181). Sum of RGB (Red+Green+Blue) = 253+247+181=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 181 (71.09% from 255 or 26.58% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7B5 is #02084A. Grayscale: #F1F1F1. Windows color (decimal): -133195 or 11925501. OLE color: 11925501.

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

Color convert

RGB253247181-
CMYK00.020.280.01
HSL55º94.74%85.1%-
HSV(B)55º28.46%99.22%-
XYZ82.1190.7456.9-
YUV241.2793.99136.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 181 (71.09% from 255) = 26.58%
R=37.15%
G=36.27%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324718100.020.280.015594.7485.1
HexFDF7B5021C1375f55
Octal3753672650234167137125
Binary11111101111101111011010101011100111011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7B5; }

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

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

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

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

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

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

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

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