#FAFAAF

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

Shades of Shalimar #FAFAAF

Tints of Shalimar #FAFAAF

Color information

#FAFAAF (or 0xFAFAAF) is unknown color: approx Shalimar. HEX triplet: FA, FA and AF. RGB value is (250,250,175). Sum of RGB (Red+Green+Blue) = 250+250+175=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAF is #050550. Grayscale: #F1F1F1. Windows color (decimal): -329041 or 11533050. OLE color: 11533050.

HSL color Cylindrical-coordinate representation of color #FAFAAF: 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 #FAFAAF is Cyan = 0, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB250250175-
CMYK000.30.02
HSL60º88.24%83.33%-
HSV(B)60º30%98.04%-
XYZ81.3591.7953.99-
YUV241.4590.5134.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 175 (68.75% from 255) = 25.93%
R=37.04%
G=37.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250175000.30.026088.2483.33
HexFAFAAF001E23c5853
Octal3723722570036274130123
Binary11111010111110101010111100111101011110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAAF; }

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

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

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

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

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

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

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

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