#FBFAEB

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

Shades of Ivory #FBFAEB

Tints of Ivory #FBFAEB

Color information

#FBFAEB (or 0xFBFAEB) is unknown color: approx Ivory. HEX triplet: FB, FA and EB. RGB value is (251,250,235). Sum of RGB (Red+Green+Blue) = 251+250+235=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 235 (92.19% from 255 or 31.93% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAEB is #040514. Grayscale: #F8F8F8. Windows color (decimal): -263445 or 15465211. OLE color: 15465211.

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

Color convert

RGB251250235-
CMYK00.000.060.02
HSL56.25º66.67%95.29%-
HSV(B)56.25º6.37%98.43%-
XYZ88.9694.8892.22-
YUV248.59120.33129.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 31.93%
R=34.10%
G=33.97%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125023500.000.060.0256.2566.6795.29
HexFBFAEB006238435f
Octal373372353006270103137
Binary111110111111101011101011001101011100010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAEB; }

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

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

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

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

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

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

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

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