#FDF5AF

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

Shades of Shalimar #FDF5AF

Tints of Shalimar #FDF5AF

Color information

#FDF5AF (or 0xFDF5AF) is unknown color: approx Shalimar. HEX triplet: FD, F5 and AF. RGB value is (253,245,175). Sum of RGB (Red+Green+Blue) = 253+245+175=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AF is #020A50. Grayscale: #EFEFEF. Windows color (decimal): -133713 or 11531773. OLE color: 11531773.

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

Color convert

RGB253245175-
CMYK00.030.310.01
HSL53.85º95.12%83.92%-
HSV(B)53.85º30.83%99.22%-
XYZ80.989.2853.53-
YUV239.4191.65137.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 175 (68.75% from 255) = 26.00%
R=37.59%
G=36.40%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324517500.030.310.0153.8595.1283.92
HexFDF5AF031F1365f54
Octal3753652570337166137124
Binary11111101111101011010111101111111111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5AF; }

 p { color: rgb(253,245,175); }

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

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

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

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

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

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

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