#FDF8B0

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

Shades of Shalimar #FDF8B0

Tints of Shalimar #FDF8B0

Color information

#FDF8B0 (or 0xFDF8B0) is unknown color: approx Shalimar. HEX triplet: FD, F8 and B0. RGB value is (253,248,176). Sum of RGB (Red+Green+Blue) = 253+248+176=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 176 (69.14% from 255 or 26.00% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8B0 is #02074F. Grayscale: #F1F1F1. Windows color (decimal): -132944 or 11598077. OLE color: 11598077.

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

Color convert

RGB253248176-
CMYK00.020.300.01
HSL56.1º95.06%84.12%-
HSV(B)56.1º30.43%99.22%-
XYZ81.9191.1554.35-
YUV241.2991.16136.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 176 (69.14% from 255) = 26.00%
R=37.37%
G=36.63%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324817600.020.300.0156.195.0684.12
HexFDF8B0021E1385f54
Octal3753702600236170137124
Binary11111101111110001011000001011110111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8B0; }

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

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

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

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

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

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

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

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