#FDFAB1

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

Shades of Shalimar #FDFAB1

Tints of Shalimar #FDFAB1

Color information

#FDFAB1 (or 0xFDFAB1) is unknown color: approx Shalimar. HEX triplet: FD, FA and B1. RGB value is (253,250,177). Sum of RGB (Red+Green+Blue) = 253+250+177=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 177 (69.53% from 255 or 26.03% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAB1 is #02054E. Grayscale: #F2F2F2. Windows color (decimal): -132431 or 11664125. OLE color: 11664125.

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

Color convert

RGB253250177-
CMYK00.010.300.01
HSL57.63º95%84.31%-
HSV(B)57.63º30.04%99.22%-
XYZ82.6392.4355.08-
YUV242.5890.99135.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 177 (69.53% from 255) = 26.03%
R=37.21%
G=36.76%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325017700.010.300.0157.639584.31
HexFDFAB1011E13a5f54
Octal3753722610136172137124
Binary1111110111111010101100010111110111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAB1; }

 p { color: rgb(253,250,177); }

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

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

 a { background-color: rgb(253,250,177); }

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

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

 span { border-color: rgb(253,250,177); }

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