#FAFAF1

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

Shades of Ivory #FAFAF1

Tints of Ivory #FAFAF1

Color information

#FAFAF1 (or 0xFAFAF1) is unknown color: approx Ivory. HEX triplet: FA, FA and F1. RGB value is (250,250,241). Sum of RGB (Red+Green+Blue) = 250+250+241=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 241 (94.53% from 255 or 32.52% from 741); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF1 is #05050E. Grayscale: #F9F9F9. Windows color (decimal): -328975 or 15858426. OLE color: 15858426.

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

Color convert

RGB250250241-
CMYK000.040.02
HSL60º47.37%96.27%-
HSV(B)60º3.6%98.04%-
XYZ89.4995.0596.85-
YUV248.97123.5128.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.74%
GREEN value IS 250 (98.05% from 255) = 33.74%
BLUE value IS 241 (94.53% from 255) = 32.52%
R=33.74%
G=33.74%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250241000.040.026047.3796.27
HexFAFAF100423c2f60
Octal37237236100427457140
Binary11111010111110101111000100100101111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAF1; }

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

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

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

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

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

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

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

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