#FDF8B5

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

Shades of Shalimar #FDF8B5

Tints of Shalimar #FDF8B5

Color information

#FDF8B5 (or 0xFDF8B5) is unknown color: approx Shalimar. HEX triplet: FD, F8 and B5. RGB value is (253,248,181). Sum of RGB (Red+Green+Blue) = 253+248+181=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 181 (71.09% from 255 or 26.54% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8B5 is #02074A. Grayscale: #F2F2F2. Windows color (decimal): -132939 or 11925757. OLE color: 11925757.

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

Color convert

RGB253248181-
CMYK00.020.280.01
HSL55.83º94.74%85.1%-
HSV(B)55.83º28.46%99.22%-
XYZ82.4291.3557.01-
YUV241.8693.66135.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 181 (71.09% from 255) = 26.54%
R=37.10%
G=36.36%
B=26.54%

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
Decimal25324818100.020.280.0155.8394.7485.1
HexFDF8B5021C1385f55
Octal3753702650234170137125
Binary11111101111110001011010101011100111100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8B5; }

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

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

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

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

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

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

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

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