#FDFDAD

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

Shades of Shalimar #FDFDAD

Tints of Shalimar #FDFDAD

Color information

#FDFDAD (or 0xFDFDAD) is unknown color: approx Shalimar. HEX triplet: FD, FD and AD. RGB value is (253,253,173). Sum of RGB (Red+Green+Blue) = 253+253+173=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 173 (67.97% from 255 or 25.48% from 679); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDAD is #020252. Grayscale: #F4F4F4. Windows color (decimal): -131667 or 11402749. OLE color: 11402749.

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

Color convert

RGB253253173-
CMYK000.320.01
HSL60º95.24%83.53%-
HSV(B)60º31.62%99.22%-
XYZ83.1894.1553.32-
YUV243.8888134.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 173 (67.97% from 255) = 25.48%
R=37.26%
G=37.26%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253173000.320.016095.2483.53
HexFDFDAD002013c5f54
Octal3753752550040174137124
Binary11111101111111011010110100100000111110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDAD; }

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

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

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

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

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

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

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

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