#FAFDA3

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

Shades of Shalimar #FAFDA3

Tints of Shalimar #FAFDA3

Color information

#FAFDA3 (or 0xFAFDA3) is unknown color: approx Shalimar. HEX triplet: FA, FD and A3. RGB value is (250,253,163). Sum of RGB (Red+Green+Blue) = 250+253+163=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 163 (64.06% from 255 or 24.47% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDA3 is #05025C. Grayscale: #F2F2F2. Windows color (decimal): -328285 or 10747386. OLE color: 10747386.

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

Color convert

RGB250253163-
CMYK0.0100.360.01
HSL62º95.74%81.57%-
HSV(B)62º35.57%99.22%-
XYZ81.1693.2248.37-
YUV241.8483.51133.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 163 (64.06% from 255) = 24.47%
R=37.54%
G=37.99%
B=24.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531630.0100.360.016295.7481.57
HexFAFDA3102413e6052
Octal3723752431044176140122
Binary11111010111111011010001110100100111111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDA3; }

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

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

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

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

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

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

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

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