#FAFAF4

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

Shades of Ivory #FAFAF4

Tints of Ivory #FAFAF4

Color information

#FAFAF4 (or 0xFAFAF4) is unknown color: approx Ivory. HEX triplet: FA, FA and F4. RGB value is (250,250,244). Sum of RGB (Red+Green+Blue) = 250+250+244=744 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.60% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 244 (95.70% from 255 or 32.80% from 744); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF4 is #05050B. Grayscale: #F9F9F9. Windows color (decimal): -328972 or 16055034. OLE color: 16055034.

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

Color convert

RGB250250244-
CMYK000.020.02
HSL60º37.5%96.86%-
HSV(B)60º2.4%98.04%-
XYZ89.9495.2399.23-
YUV249.32125128.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.60%
GREEN value IS 250 (98.05% from 255) = 33.60%
BLUE value IS 244 (95.70% from 255) = 32.80%
R=33.60%
G=33.60%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250244000.020.026037.596.86
HexFAFAF400223c2661
Octal37237236400227446141
Binary1111101011111010111101000010101111001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAF4; }

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

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

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

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

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

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

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

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