#FAFCAF

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

Shades of Shalimar #FAFCAF

Tints of Shalimar #FAFCAF

Color information

#FAFCAF (or 0xFAFCAF) is unknown color: approx Shalimar. HEX triplet: FA, FC and AF. RGB value is (250,252,175). Sum of RGB (Red+Green+Blue) = 250+252+175=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 175 (68.75% from 255 or 25.85% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCAF is #050350. Grayscale: #F2F2F2. Windows color (decimal): -328529 or 11533562. OLE color: 11533562.

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

Color convert

RGB250252175-
CMYK0.0100.310.01
HSL61.56º92.77%83.73%-
HSV(B)61.56º30.56%98.82%-
XYZ81.9793.0454.2-
YUV242.6289.84133.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 175 (68.75% from 255) = 25.85%
R=36.93%
G=37.22%
B=25.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521750.0100.310.0161.5692.7783.73
HexFAFCAF101F13e5d54
Octal3723742571037176135124
Binary1111101011111100101011111011111111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCAF; }

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

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

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

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

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

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

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

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