#FAFDAD

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

Shades of Shalimar #FAFDAD

Tints of Shalimar #FAFDAD

Color information

#FAFDAD (or 0xFAFDAD) is unknown color: approx Shalimar. HEX triplet: FA, FD and AD. RGB value is (250,253,173). Sum of RGB (Red+Green+Blue) = 250+253+173=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 173 (67.97% from 255 or 25.59% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDAD is #050252. Grayscale: #F3F3F3. Windows color (decimal): -328275 or 11402746. OLE color: 11402746.

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

Color convert

RGB250253173-
CMYK0.0100.320.01
HSL62.25º95.24%83.53%-
HSV(B)62.25º31.62%99.22%-
XYZ82.0993.5953.27-
YUV242.9888.51133-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.98%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 173 (67.97% from 255) = 25.59%
R=36.98%
G=37.43%
B=25.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531730.0100.320.0162.2595.2483.53
HexFAFDAD102013e5f54
Octal3723752551040176137124
Binary11111010111111011010110110100000111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDAD; }

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

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

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

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

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

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

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

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