#FDF6AD

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

Shades of Shalimar #FDF6AD

Tints of Shalimar #FDF6AD

Color information

#FDF6AD (or 0xFDF6AD) is unknown color: approx Shalimar. HEX triplet: FD, F6 and AD. RGB value is (253,246,173). Sum of RGB (Red+Green+Blue) = 253+246+173=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AD is #020952. Grayscale: #F0F0F0. Windows color (decimal): -133459 or 11400957. OLE color: 11400957.

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

Color convert

RGB253246173-
CMYK00.030.320.01
HSL54.75º95.24%83.53%-
HSV(B)54.75º31.62%99.22%-
XYZ81.0189.8152.6-
YUV239.7790.32137.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 246 (96.48% from 255) = 36.61%
BLUE value IS 173 (67.97% from 255) = 25.74%
R=37.65%
G=36.61%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324617300.030.320.0154.7595.2483.53
HexFDF6AD03201375f54
Octal3753662550340167137124
Binary111111011111011010101101011100000111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6AD; }

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

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

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

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

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

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

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

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