#FAFEAE

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

Shades of Shalimar #FAFEAE

Tints of Shalimar #FAFEAE

Color information

#FAFEAE (or 0xFAFEAE) is unknown color: approx Shalimar. HEX triplet: FA, FE and AE. RGB value is (250,254,174). Sum of RGB (Red+Green+Blue) = 250+254+174=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 174 (68.36% from 255 or 25.66% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEAE is #050151. Grayscale: #F4F4F4. Windows color (decimal): -328018 or 11468538. OLE color: 11468538.

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

Color convert

RGB250254174-
CMYK0.0200.310.00
HSL63º97.56%83.92%-
HSV(B)63º31.5%99.61%-
XYZ82.5194.2653.89-
YUV243.6888.67132.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 174 (68.36% from 255) = 25.66%
R=36.87%
G=37.46%
B=25.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541740.0200.310.006397.5683.92
HexFAFEAE201F03f6254
Octal3723762562037077142124
Binary11111010111111101010111010011111011111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEAE; }

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

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

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

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

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

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

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

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