#FDFAAC

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

Shades of Shalimar #FDFAAC

Tints of Shalimar #FDFAAC

Color information

#FDFAAC (or 0xFDFAAC) is unknown color: approx Shalimar. HEX triplet: FD, FA and AC. RGB value is (253,250,172). Sum of RGB (Red+Green+Blue) = 253+250+172=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAC is #020553. Grayscale: #F2F2F2. Windows color (decimal): -132436 or 11336445. OLE color: 11336445.

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

Color convert

RGB253250172-
CMYK00.010.320.01
HSL57.78º95.29%83.33%-
HSV(B)57.78º32.02%99.22%-
XYZ82.1492.2352.5-
YUV24288.49135.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 172 (67.58% from 255) = 25.48%
R=37.48%
G=37.04%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325017200.010.320.0157.7895.2983.33
HexFDFAAC012013a5f53
Octal3753722540140172137123
Binary11111101111110101010110001100000111101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAAC; }

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

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

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

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

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

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

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

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