#FBFAEC

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

Shades of Ivory #FBFAEC

Tints of Ivory #FBFAEC

Color information

#FBFAEC (or 0xFBFAEC) is unknown color: approx Ivory. HEX triplet: FB, FA and EC. RGB value is (251,250,236). Sum of RGB (Red+Green+Blue) = 251+250+236=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAEC is #040513. Grayscale: #F8F8F8. Windows color (decimal): -263444 or 15530747. OLE color: 15530747.

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

Color convert

RGB251250236-
CMYK00.000.060.02
HSL56º65.22%95.49%-
HSV(B)56º5.98%98.43%-
XYZ89.1194.9492.98-
YUV248.7120.83129.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.06%
GREEN value IS 250 (98.05% from 255) = 33.92%
BLUE value IS 236 (92.58% from 255) = 32.02%
R=34.06%
G=33.92%
B=32.02%

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
Decimal25125023600.000.060.025665.2295.49
HexFBFAEC006238415f
Octal373372354006270101137
Binary111110111111101011101100001101011100010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAEC; }

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

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

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

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

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

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

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

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