#FDFDA8

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

Shades of Shalimar #FDFDA8

Tints of Shalimar #FDFDA8

Color information

#FDFDA8 (or 0xFDFDA8) is unknown color: approx Shalimar. HEX triplet: FD, FD and A8. RGB value is (253,253,168). Sum of RGB (Red+Green+Blue) = 253+253+168=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA8 is #020257. Grayscale: #F3F3F3. Windows color (decimal): -131672 or 11075069. OLE color: 11075069.

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

Color convert

RGB253253168-
CMYK000.340.01
HSL60º95.51%82.55%-
HSV(B)60º33.6%99.22%-
XYZ82.793.9650.82-
YUV243.3185.5134.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 168 (66.02% from 255) = 24.93%
R=37.54%
G=37.54%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253168000.340.016095.5182.55
HexFDFDA8002213c6053
Octal3753752500042174140123
Binary11111101111111011010100000100010111110011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDA8; }

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

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

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

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

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

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

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

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