#FAF9EB

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

Shades of Ivory #FAF9EB

Tints of Ivory #FAF9EB

Color information

#FAF9EB (or 0xFAF9EB) is unknown color: approx Ivory. HEX triplet: FA, F9 and EB. RGB value is (250,249,235). Sum of RGB (Red+Green+Blue) = 250+249+235=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9EB is #050614. Grayscale: #F7F7F7. Windows color (decimal): -329237 or 15464954. OLE color: 15464954.

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

Color convert

RGB250249235-
CMYK00.000.060.02
HSL56º60%95.1%-
HSV(B)56º6%98.04%-
XYZ88.394.0792.1-
YUV247.7120.83129.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 249 (97.66% from 255) = 33.92%
BLUE value IS 235 (92.19% 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
Decimal25024923500.000.060.02566095.1
HexFAF9EB0062383c5f
Octal37237135300627074137
Binary11111010111110011110101100110101110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9EB; }

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

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

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

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

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

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

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

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