#FDFAAB

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

Shades of Shalimar #FDFAAB

Tints of Shalimar #FDFAAB

Color information

#FDFAAB (or 0xFDFAAB) is unknown color: approx Shalimar. HEX triplet: FD, FA and AB. RGB value is (253,250,171). Sum of RGB (Red+Green+Blue) = 253+250+171=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAB is #020554. Grayscale: #F2F2F2. Windows color (decimal): -132437 or 11270909. OLE color: 11270909.

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

Color convert

RGB253250171-
CMYK00.010.320.01
HSL57.8º95.35%83.14%-
HSV(B)57.8º32.41%99.22%-
XYZ82.0492.1952-
YUV241.8987.99135.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 171 (67.19% from 255) = 25.37%
R=37.54%
G=37.09%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325017100.010.320.0157.895.3583.14
HexFDFAAB012013a5f53
Octal3753722530140172137123
Binary11111101111110101010101101100000111101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAAB; }

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

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

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

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

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

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

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

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