#FAFAAE

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

Shades of Shalimar #FAFAAE

Tints of Shalimar #FAFAAE

Color information

#FAFAAE (or 0xFAFAAE) is unknown color: approx Shalimar. HEX triplet: FA, FA and AE. RGB value is (250,250,174). Sum of RGB (Red+Green+Blue) = 250+250+174=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAE is #050551. Grayscale: #F1F1F1. Windows color (decimal): -329042 or 11467514. OLE color: 11467514.

HSL color Cylindrical-coordinate representation of color #FAFAAE: hue angle of 60º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAFAAE is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250250174-
CMYK000.300.02
HSL60º88.37%83.14%-
HSV(B)60º30.4%98.04%-
XYZ81.2591.7553.47-
YUV241.3490134.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 25.82%
R=37.09%
G=37.09%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250174000.300.026088.3783.14
HexFAFAAE001E23c5853
Octal3723722560036274130123
Binary11111010111110101010111000111101011110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAAE; }

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

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

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

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

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

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

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

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