#FDF8AD

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

Shades of Shalimar #FDF8AD

Tints of Shalimar #FDF8AD

Color information

#FDF8AD (or 0xFDF8AD) is unknown color: approx Shalimar. HEX triplet: FD, F8 and AD. RGB value is (253,248,173). Sum of RGB (Red+Green+Blue) = 253+248+173=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8AD is #020752. Grayscale: #F1F1F1. Windows color (decimal): -132947 or 11401469. OLE color: 11401469.

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

Color convert

RGB253248173-
CMYK00.020.320.01
HSL56.25º95.24%83.53%-
HSV(B)56.25º31.62%99.22%-
XYZ81.6291.0352.8-
YUV240.9489.66136.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 248 (97.27% from 255) = 36.80%
BLUE value IS 173 (67.97% from 255) = 25.67%
R=37.54%
G=36.80%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324817300.020.320.0156.2595.2483.53
HexFDF8AD02201385f54
Octal3753702550240170137124
Binary111111011111100010101101010100000111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8AD; }

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

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

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

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

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

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

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

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