#FAF8A8

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

Shades of Shalimar #FAF8A8

Tints of Shalimar #FAF8A8

Color information

#FAF8A8 (or 0xFAF8A8) is unknown color: approx Shalimar. HEX triplet: FA, F8 and A8. RGB value is (250,248,168). Sum of RGB (Red+Green+Blue) = 250+248+168=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A8 is #050757. Grayscale: #EFEFEF. Windows color (decimal): -329560 or 11073786. OLE color: 11073786.

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

Color convert

RGB250248168-
CMYK00.010.330.02
HSL58.54º89.13%81.96%-
HSV(B)58.54º32.8%98.04%-
XYZ80.0690.2950.25-
YUV239.4887.66135.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 168 (66.02% from 255) = 25.23%
R=37.54%
G=37.24%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024816800.010.330.0258.5489.1381.96
HexFAF8A8012123b5952
Octal3723702500141273131122
Binary111110101111100010101000011000011011101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8A8; }

 p { color: rgb(250,248,168); }

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

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

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

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

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

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

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