#FAFCA5

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

Shades of Shalimar #FAFCA5

Tints of Shalimar #FAFCA5

Color information

#FAFCA5 (or 0xFAFCA5) is unknown color: approx Shalimar. HEX triplet: FA, FC and A5. RGB value is (250,252,165). Sum of RGB (Red+Green+Blue) = 250+252+165=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 165 (64.84% from 255 or 24.74% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCA5 is #05035A. Grayscale: #F1F1F1. Windows color (decimal): -328539 or 10878202. OLE color: 10878202.

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

Color convert

RGB250252165-
CMYK0.0100.350.01
HSL61.38º93.55%81.76%-
HSV(B)61.38º34.52%98.82%-
XYZ81.0392.6649.21-
YUV241.4884.84134.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 165 (64.84% from 255) = 24.74%
R=37.48%
G=37.78%
B=24.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521650.0100.350.0161.3893.5581.76
HexFAFCA5102313d5e52
Octal3723742451043175136122
Binary11111010111111001010010110100011111110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCA5; }

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

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

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

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

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

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

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

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