#FDF4B0

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

Shades of Shalimar #FDF4B0

Tints of Shalimar #FDF4B0

Color information

#FDF4B0 (or 0xFDF4B0) is unknown color: approx Shalimar. HEX triplet: FD, F4 and B0. RGB value is (253,244,176). Sum of RGB (Red+Green+Blue) = 253+244+176=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 176 (69.14% from 255 or 26.15% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4B0 is #020B4F. Grayscale: #EFEFEF. Windows color (decimal): -133968 or 11597053. OLE color: 11597053.

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

Color convert

RGB253244176-
CMYK00.040.300.01
HSL52.99º95.06%84.12%-
HSV(B)52.99º30.43%99.22%-
XYZ80.788.7253.95-
YUV238.9492.48138.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 244 (95.70% from 255) = 36.26%
BLUE value IS 176 (69.14% from 255) = 26.15%
R=37.59%
G=36.26%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324417600.040.300.0152.9995.0684.12
HexFDF4B0041E1355f54
Octal3753642600436165137124
Binary111111011111010010110000010011110111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4B0; }

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

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

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

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

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

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

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

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