#FAFBE8

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

Shades of Ivory #FAFBE8

Tints of Ivory #FAFBE8

Color information

#FAFBE8 (or 0xFAFBE8) is unknown color: approx Ivory. HEX triplet: FA, FB and E8. RGB value is (250,251,232). Sum of RGB (Red+Green+Blue) = 250+251+232=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 232 (91.02% from 255 or 31.65% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBE8 is #050417. Grayscale: #F8F8F8. Windows color (decimal): -328728 or 15268858. OLE color: 15268858.

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

Color convert

RGB250251232-
CMYK0.0000.080.02
HSL63.16º70.37%94.71%-
HSV(B)63.16º7.57%98.43%-
XYZ88.4995.1490.04-
YUV248.54118.67129.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 251 (98.44% from 255) = 34.24%
BLUE value IS 232 (91.02% from 255) = 31.65%
R=34.11%
G=34.24%
B=31.65%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512320.0000.080.0263.1670.3794.71
HexFAFBE800823f465f
Octal3723733500010277106137
Binary1111101011111011111010000010001011111110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBE8; }

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

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

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

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

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

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

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

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