#FBF8EB

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

Shades of Alabaster #FBF8EB

Tints of Alabaster #FBF8EB

Color information

#FBF8EB (or 0xFBF8EB) is unknown color: approx Alabaster. HEX triplet: FB, F8 and EB. RGB value is (251,248,235). Sum of RGB (Red+Green+Blue) = 251+248+235=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8EB is #040714. Grayscale: #F7F7F7. Windows color (decimal): -263957 or 15464699. OLE color: 15464699.

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

Color convert

RGB251248235-
CMYK00.010.060.02
HSL48.75º66.67%95.29%-
HSV(B)48.75º6.37%98.43%-
XYZ88.3593.6492.02-
YUV247.42120.99130.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 248 (97.27% from 255) = 33.79%
BLUE value IS 235 (92.19% from 255) = 32.02%
R=34.20%
G=33.79%
B=32.02%

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
Decimal25124823500.010.060.0248.7566.6795.29
HexFBF8EB016231435f
Octal373370353016261103137
Binary111110111111100011101011011101011000110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8EB; }

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

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

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

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

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

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

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

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