#FDF4AF

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

Shades of Shalimar #FDF4AF

Tints of Shalimar #FDF4AF

Color information

#FDF4AF (or 0xFDF4AF) is unknown color: approx Shalimar. HEX triplet: FD, F4 and AF. RGB value is (253,244,175). Sum of RGB (Red+Green+Blue) = 253+244+175=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AF is #020B50. Grayscale: #EFEFEF. Windows color (decimal): -133969 or 11531517. OLE color: 11531517.

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

Color convert

RGB253244175-
CMYK00.040.310.01
HSL53.08º95.12%83.92%-
HSV(B)53.08º30.83%99.22%-
XYZ80.688.6853.43-
YUV238.8291.98138.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 175 (68.75% from 255) = 26.04%
R=37.65%
G=36.31%
B=26.04%

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
Decimal25324417500.040.310.0153.0895.1283.92
HexFDF4AF041F1355f54
Octal3753642570437165137124
Binary111111011111010010101111010011111111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4AF; }

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

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

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

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

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

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

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

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