#FAF7EB

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

Shades of Alabaster #FAF7EB

Tints of Alabaster #FAF7EB

Color information

#FAF7EB (or 0xFAF7EB) is unknown color: approx Alabaster. HEX triplet: FA, F7 and EB. RGB value is (250,247,235). Sum of RGB (Red+Green+Blue) = 250+247+235=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 235 (92.19% from 255 or 32.10% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7EB is #050814. Grayscale: #F6F6F6. Windows color (decimal): -329749 or 15464442. OLE color: 15464442.

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

Color convert

RGB250247235-
CMYK00.010.060.02
HSL48º60%95.1%-
HSV(B)48º6%98.04%-
XYZ87.6892.8491.9-
YUV246.53121.49130.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 247 (96.88% from 255) = 33.74%
BLUE value IS 235 (92.19% from 255) = 32.10%
R=34.15%
G=33.74%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024723500.010.060.02486095.1
HexFAF7EB0162303c5f
Octal37236735301626074137
Binary11111010111101111110101101110101100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7EB; }

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

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

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

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

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

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

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

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