#FDFDA3

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

Shades of Shalimar #FDFDA3

Tints of Shalimar #FDFDA3

Color information

#FDFDA3 (or 0xFDFDA3) is unknown color: approx Shalimar. HEX triplet: FD, FD and A3. RGB value is (253,253,163). Sum of RGB (Red+Green+Blue) = 253+253+163=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 163 (64.06% from 255 or 24.36% from 669); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA3 is #02025C. Grayscale: #F3F3F3. Windows color (decimal): -131677 or 10747389. OLE color: 10747389.

HSL color Cylindrical-coordinate representation of color #FDFDA3: hue angle of 60º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDFDA3 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB253253163-
CMYK000.360.01
HSL60º95.74%81.57%-
HSV(B)60º35.57%99.22%-
XYZ82.2493.7848.42-
YUV242.7483135.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 163 (64.06% from 255) = 24.36%
R=37.82%
G=37.82%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253163000.360.016095.7481.57
HexFDFDA3002413c6052
Octal3753752430044174140122
Binary11111101111111011010001100100100111110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDA3; }

 p { color: rgb(253,253,163); }

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

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

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

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

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

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

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