#FAFAAB

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

Shades of Shalimar #FAFAAB

Tints of Shalimar #FAFAAB

Color information

#FAFAAB (or 0xFAFAAB) is unknown color: approx Shalimar. HEX triplet: FA, FA and AB. RGB value is (250,250,171). Sum of RGB (Red+Green+Blue) = 250+250+171=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAB is #050554. Grayscale: #F1F1F1. Windows color (decimal): -329045 or 11270906. OLE color: 11270906.

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

Color convert

RGB250250171-
CMYK000.320.02
HSL60º88.76%82.55%-
HSV(B)60º31.6%98.04%-
XYZ80.9691.6451.95-
YUV240.9988.5134.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 171 (67.19% from 255) = 25.48%
R=37.26%
G=37.26%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250171000.320.026088.7682.55
HexFAFAAB002023c5953
Octal3723722530040274131123
Binary111110101111101010101011001000001011110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAAB; }

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

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

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

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

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

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

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

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