#FAFAF9

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

Shades of Ivory #FAFAF9

Tints of Ivory #FAFAF9

Color information

#FAFAF9 (or 0xFAFAF9) is unknown color: approx Ivory. HEX triplet: FA, FA and F9. RGB value is (250,250,249). Sum of RGB (Red+Green+Blue) = 250+250+249=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 250 (98.05% from 255 or 33.38% from 749); Blue value is 249 (97.66% from 255 or 33.24% from 749); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF9 is #050506. Grayscale: #F9F9F9. Windows color (decimal): -328967 or 16382714. OLE color: 16382714.

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

Color convert

RGB250250249-
CMYK000.000.02
HSL60º9.09%97.84%-
HSV(B)60º0.4%98.04%-
XYZ90.7195.53103.28-
YUV249.89127.5128.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 33.38%
BLUE value IS 249 (97.66% from 255) = 33.24%
R=33.38%
G=33.38%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250249000.000.02609.0997.84
HexFAFAF900023c962
Octal37237237100027411142
Binary1111101011111010111110010001011110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAF9; }

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

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

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

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

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

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

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

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