#FAF6E6

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

Shades of Alabaster #FAF6E6

Tints of Alabaster #FAF6E6

Color information

#FAF6E6 (or 0xFAF6E6) is unknown color: approx Alabaster. HEX triplet: FA, F6 and E6. RGB value is (250,246,230). Sum of RGB (Red+Green+Blue) = 250+246+230=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 246 (96.48% from 255 or 33.88% from 726); Blue value is 230 (90.23% from 255 or 31.68% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6E6 is #050919. Grayscale: #F5F5F5. Windows color (decimal): -330010 or 15136506. OLE color: 15136506.

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

Color convert

RGB250246230-
CMYK00.020.080.02
HSL48º66.67%94.12%-
HSV(B)48º8%98.04%-
XYZ86.6691.9588.04-
YUV245.37119.33131.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 246 (96.48% from 255) = 33.88%
BLUE value IS 230 (90.23% from 255) = 31.68%
R=34.44%
G=33.88%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024623000.020.080.024866.6794.12
HexFAF6E6028230435e
Octal3723663460210260103136
Binary11111010111101101110011001010001011000010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6E6; }

 p { color: rgb(250,246,230); }

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

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

 a { background-color: rgb(250,246,230); }

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

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

 span { border-color: rgb(250,246,230); }

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