#FBF8EA

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

Shades of Alabaster #FBF8EA

Tints of Alabaster #FBF8EA

Color information

#FBF8EA (or 0xFBF8EA) is unknown color: approx Alabaster. HEX triplet: FB, F8 and EA. RGB value is (251,248,234). Sum of RGB (Red+Green+Blue) = 251+248+234=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8EA is #040715. Grayscale: #F7F7F7. Windows color (decimal): -263958 or 15399163. OLE color: 15399163.

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

Color convert

RGB251248234-
CMYK00.010.070.02
HSL49.41º68%95.1%-
HSV(B)49.41º6.77%98.43%-
XYZ88.293.5891.26-
YUV247.3120.49130.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 234 (91.80% from 255) = 31.92%
R=34.24%
G=33.83%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124823400.010.070.0249.416895.1
HexFBF8EA017231445f
Octal373370352017261104137
Binary111110111111100011101010011111011000110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8EA; }

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

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

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

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

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

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

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

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