#FAFEA5

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

Shades of Shalimar #FAFEA5

Tints of Shalimar #FAFEA5

Color information

#FAFEA5 (or 0xFAFEA5) is unknown color: approx Shalimar. HEX triplet: FA, FE and A5. RGB value is (250,254,165). Sum of RGB (Red+Green+Blue) = 250+254+165=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 165 (64.84% from 255 or 24.66% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEA5 is #05015A. Grayscale: #F3F3F3. Windows color (decimal): -328027 or 10878714. OLE color: 10878714.

HSL color Cylindrical-coordinate representation of color #FAFEA5: hue angle of 62.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAFEA5 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB250254165-
CMYK0.0200.350.00
HSL62.7º97.8%82.16%-
HSV(B)62.7º35.04%99.61%-
XYZ81.6693.9249.42-
YUV242.6684.17133.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 165 (64.84% from 255) = 24.66%
R=37.37%
G=37.97%
B=24.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541650.0200.350.0062.797.882.16
HexFAFEA5202303f6252
Octal3723762452043077142122
Binary111110101111111010100101100100011011111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEA5; }

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

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

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

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

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

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

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

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