#FAF7AF

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

Shades of Shalimar #FAF7AF

Tints of Shalimar #FAF7AF

Color information

#FAF7AF (or 0xFAF7AF) is unknown color: approx Shalimar. HEX triplet: FA, F7 and AF. RGB value is (250,247,175). Sum of RGB (Red+Green+Blue) = 250+247+175=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF7AF is #050850. Grayscale: #EFEFEF. Windows color (decimal): -329809 or 11532282. OLE color: 11532282.

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

Color convert

RGB250247175-
CMYK00.010.30.02
HSL57.6º88.24%83.33%-
HSV(B)57.6º30%98.04%-
XYZ80.4289.9453.68-
YUV239.6991.49135.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 247 (96.88% from 255) = 36.76%
BLUE value IS 175 (68.75% from 255) = 26.04%
R=37.20%
G=36.76%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024717500.010.30.0257.688.2483.33
HexFAF7AF011E23a5853
Octal3723672570136272130123
Binary11111010111101111010111101111101011101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7AF; }

 p { color: rgb(250,247,175); }

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

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

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

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

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

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

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