#FAFCAB

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

Shades of Shalimar #FAFCAB

Tints of Shalimar #FAFCAB

Color information

#FAFCAB (or 0xFAFCAB) is unknown color: approx Shalimar. HEX triplet: FA, FC and AB. RGB value is (250,252,171). Sum of RGB (Red+Green+Blue) = 250+252+171=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCAB is #050354. Grayscale: #F2F2F2. Windows color (decimal): -328533 or 11271418. OLE color: 11271418.

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

Color convert

RGB250252171-
CMYK0.0100.320.01
HSL61.48º93.1%82.94%-
HSV(B)61.48º32.14%98.82%-
XYZ81.5992.8952.16-
YUV242.1787.84133.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 171 (67.19% from 255) = 25.41%
R=37.15%
G=37.44%
B=25.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521710.0100.320.0161.4893.182.94
HexFAFCAB102013d5d53
Octal3723742531040175135123
Binary11111010111111001010101110100000111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCAB; }

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

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

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

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

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

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

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

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