#FAF8EB

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

Shades of Alabaster #FAF8EB

Tints of Alabaster #FAF8EB

Color information

#FAF8EB (or 0xFAF8EB) is unknown color: approx Alabaster. HEX triplet: FA, F8 and EB. RGB value is (250,248,235). Sum of RGB (Red+Green+Blue) = 250+248+235=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 235 (92.19% from 255 or 32.06% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8EB is #050714. Grayscale: #F7F7F7. Windows color (decimal): -329493 or 15464698. OLE color: 15464698.

HSL color Cylindrical-coordinate representation of color #FAF8EB: hue angle of 52º 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 #FAF8EB is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250248235-
CMYK00.010.060.02
HSL52º60%95.1%-
HSV(B)52º6%98.04%-
XYZ87.9993.4692-
YUV247.12121.16130.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 235 (92.19% from 255) = 32.06%
R=34.11%
G=33.83%
B=32.06%

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
Decimal25024823500.010.060.02526095.1
HexFAF8EB0162343c5f
Octal37237035301626474137
Binary11111010111110001110101101110101101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8EB; }

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

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

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

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

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

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

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

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