#FAFBE9

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

Shades of Ivory #FAFBE9

Tints of Ivory #FAFBE9

Color information

#FAFBE9 (or 0xFAFBE9) is unknown color: approx Ivory. HEX triplet: FA, FB and E9. RGB value is (250,251,233). Sum of RGB (Red+Green+Blue) = 250+251+233=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 233 (91.41% from 255 or 31.74% from 734); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBE9 is #050416. Grayscale: #F8F8F8. Windows color (decimal): -328727 or 15334394. OLE color: 15334394.

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

Color convert

RGB250251233-
CMYK0.0000.070.02
HSL63.33º69.23%94.9%-
HSV(B)63.33º7.17%98.43%-
XYZ88.6395.290.8-
YUV248.65119.17128.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 251 (98.44% from 255) = 34.20%
BLUE value IS 233 (91.41% from 255) = 31.74%
R=34.06%
G=34.20%
B=31.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512330.0000.070.0263.3369.2394.9
HexFAFBE900723f455f
Octal372373351007277105137
Binary111110101111101111101001001111011111110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBE9; }

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

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

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

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

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

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

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

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