#FAF8A5

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

Shades of Shalimar #FAF8A5

Tints of Shalimar #FAF8A5

Color information

#FAF8A5 (or 0xFAF8A5) is unknown color: approx Shalimar. HEX triplet: FA, F8 and A5. RGB value is (250,248,165). Sum of RGB (Red+Green+Blue) = 250+248+165=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 165 (64.84% from 255 or 24.89% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A5 is #05075A. Grayscale: #EFEFEF. Windows color (decimal): -329563 or 10877178. OLE color: 10877178.

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

Color convert

RGB250248165-
CMYK00.010.340.02
HSL58.59º89.47%81.37%-
HSV(B)58.59º34%98.04%-
XYZ79.7890.1848.8-
YUV239.1486.16135.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 248 (97.27% from 255) = 37.41%
BLUE value IS 165 (64.84% from 255) = 24.89%
R=37.71%
G=37.41%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024816500.010.340.0258.5989.4781.37
HexFAF8A5012223b5951
Octal3723702450142273131121
Binary111110101111100010100101011000101011101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8A5; }

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

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

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

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

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

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

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

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