#FDFCAC

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

Shades of Shalimar #FDFCAC

Tints of Shalimar #FDFCAC

Color information

#FDFCAC (or 0xFDFCAC) is unknown color: approx Shalimar. HEX triplet: FD, FC and AC. RGB value is (253,252,172). Sum of RGB (Red+Green+Blue) = 253+252+172=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 172 (67.58% from 255 or 25.41% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAC is #020353. Grayscale: #F3F3F3. Windows color (decimal): -131924 or 11336957. OLE color: 11336957.

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

Color convert

RGB253252172-
CMYK00.000.320.01
HSL59.26º95.29%83.33%-
HSV(B)59.26º32.02%99.22%-
XYZ82.7693.4852.71-
YUV243.1887.83135-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 172 (67.58% from 255) = 25.41%
R=37.37%
G=37.22%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325217200.000.320.0159.2695.2983.33
HexFDFCAC002013b5f53
Octal3753742540040173137123
Binary11111101111111001010110000100000111101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCAC; }

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

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

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

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

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

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

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

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