#FDF3AE

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

Shades of Shalimar #FDF3AE

Tints of Shalimar #FDF3AE

Color information

#FDF3AE (or 0xFDF3AE) is unknown color: approx Shalimar. HEX triplet: FD, F3 and AE. RGB value is (253,243,174). Sum of RGB (Red+Green+Blue) = 253+243+174=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 174 (68.36% from 255 or 25.97% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AE is #020C51. Grayscale: #EEEEEE. Windows color (decimal): -134226 or 11465725. OLE color: 11465725.

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

Color convert

RGB253243174-
CMYK00.040.310.01
HSL52.41º95.18%83.73%-
HSV(B)52.41º31.23%99.22%-
XYZ80.288.0452.81-
YUV238.1291.81138.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 174 (68.36% from 255) = 25.97%
R=37.76%
G=36.27%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324317400.040.310.0152.4195.1883.73
HexFDF3AE041F1345f54
Octal3753632560437164137124
Binary111111011111001110101110010011111111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3AE; }

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

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

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

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

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

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

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

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