#FAFAAC

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

Shades of Shalimar #FAFAAC

Tints of Shalimar #FAFAAC

Color information

#FAFAAC (or 0xFAFAAC) is unknown color: approx Shalimar. HEX triplet: FA, FA and AC. RGB value is (250,250,172). Sum of RGB (Red+Green+Blue) = 250+250+172=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAC is #050553. Grayscale: #F1F1F1. Windows color (decimal): -329044 or 11336442. OLE color: 11336442.

HSL color Cylindrical-coordinate representation of color #FAFAAC: 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.31%. Process color model (Four color, CMYK) of #FAFAAC is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB250250172-
CMYK000.310.02
HSL60º88.64%82.75%-
HSV(B)60º31.2%98.04%-
XYZ81.0691.6752.45-
YUV241.1189134.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 172 (67.58% from 255) = 25.60%
R=37.20%
G=37.20%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250172000.310.026088.6482.75
HexFAFAAC001F23c5953
Octal3723722540037274131123
Binary11111010111110101010110000111111011110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAAC; }

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

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

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

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

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

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

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

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