#FAFAEB

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

Shades of Ivory #FAFAEB

Tints of Ivory #FAFAEB

Color information

#FAFAEB (or 0xFAFAEB) is unknown color: approx Ivory. HEX triplet: FA, FA and EB. RGB value is (250,250,235). Sum of RGB (Red+Green+Blue) = 250+250+235=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 235 (92.19% from 255 or 31.97% from 735); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAEB is #050514. Grayscale: #F8F8F8. Windows color (decimal): -328981 or 15465210. OLE color: 15465210.

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

Color convert

RGB250250235-
CMYK000.060.02
HSL60º60%95.1%-
HSV(B)60º6%98.04%-
XYZ88.6194.6992.2-
YUV248.29120.5129.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 250 (98.05% from 255) = 34.01%
BLUE value IS 235 (92.19% from 255) = 31.97%
R=34.01%
G=34.01%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250235000.060.02606095.1
HexFAFAEB00623c3c5f
Octal37237235300627474137
Binary11111010111110101110101100110101111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAEB; }

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

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

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

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

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

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

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

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