#FAFBEC

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

Shades of Ivory #FAFBEC

Tints of Ivory #FAFBEC

Color information

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

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

Color convert

RGB250251236-
CMYK0.0000.060.02
HSL64º65.22%95.49%-
HSV(B)64º5.98%98.43%-
XYZ89.0695.3793.07-
YUV248.99120.67128.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512360.0000.060.026465.2295.49
HexFAFBEC006240415f
Octal3723733540062100101137
Binary1111101011111011111011000011010100000010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBEC; }

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

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

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

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

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

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

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

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