#FDF1A8

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

Shades of Shalimar #FDF1A8

Tints of Shalimar #FDF1A8

Color information

#FDF1A8 (or 0xFDF1A8) is unknown color: approx Shalimar. HEX triplet: FD, F1 and A8. RGB value is (253,241,168). Sum of RGB (Red+Green+Blue) = 253+241+168=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 168 (66.02% from 255 or 25.38% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1A8 is #020E57. Grayscale: #ECECEC. Windows color (decimal): -134744 or 11071997. OLE color: 11071997.

HSL color Cylindrical-coordinate representation of color #FDF1A8: hue angle of 51.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDF1A8 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253241168-
CMYK00.050.340.01
HSL51.53º95.51%82.55%-
HSV(B)51.53º33.6%99.22%-
XYZ79.0386.6249.6-
YUV236.2789.48139.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.22%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 168 (66.02% from 255) = 25.38%
R=38.22%
G=36.40%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324116800.050.340.0151.5395.5182.55
HexFDF1A805221346053
Octal3753612500542164140123
Binary1111110111110001101010000101100010111010011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1A8; }

 p { color: rgb(253,241,168); }

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

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

 a { background-color: rgb(253,241,168); }

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

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

 span { border-color: rgb(253,241,168); }

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