#FDF3AD

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

Shades of Shalimar #FDF3AD

Tints of Shalimar #FDF3AD

Color information

#FDF3AD (or 0xFDF3AD) is unknown color: approx Shalimar. HEX triplet: FD, F3 and AD. RGB value is (253,243,173). Sum of RGB (Red+Green+Blue) = 253+243+173=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AD is #020C52. Grayscale: #EEEEEE. Windows color (decimal): -134227 or 11400189. OLE color: 11400189.

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

Color convert

RGB253243173-
CMYK00.040.320.01
HSL52.5º95.24%83.53%-
HSV(B)52.5º31.62%99.22%-
XYZ80.18852.3-
YUV238.0191.31138.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 25.86%
R=37.82%
G=36.32%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324317300.040.320.0152.595.2483.53
HexFDF3AD04201345f54
Octal3753632550440164137124
Binary1111110111110011101011010100100000111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3AD; }

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

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

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

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

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

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

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

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