#FAFCA6

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

Shades of Shalimar #FAFCA6

Tints of Shalimar #FAFCA6

Color information

#FAFCA6 (or 0xFAFCA6) is unknown color: approx Shalimar. HEX triplet: FA, FC and A6. RGB value is (250,252,166). Sum of RGB (Red+Green+Blue) = 250+252+166=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCA6 is #050359. Grayscale: #F1F1F1. Windows color (decimal): -328538 or 10943738. OLE color: 10943738.

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

Color convert

RGB250252166-
CMYK0.0100.340.01
HSL61.4º93.48%81.96%-
HSV(B)61.4º34.13%98.82%-
XYZ81.1292.749.69-
YUV241.685.34133.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 166 (65.23% from 255) = 24.85%
R=37.43%
G=37.72%
B=24.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521660.0100.340.0161.493.4881.96
HexFAFCA6102213d5d52
Octal3723742461042175135122
Binary11111010111111001010011010100010111110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCA6; }

 p { color: rgb(250,252,166); }

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

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

 a { background-color: rgb(250,252,166); }

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

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

 span { border-color: rgb(250,252,166); }

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