#FAFAF0

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

Shades of Ivory #FAFAF0

Tints of Ivory #FAFAF0

Color information

#FAFAF0 (or 0xFAFAF0) is unknown color: approx Ivory. HEX triplet: FA, FA and F0. RGB value is (250,250,240). Sum of RGB (Red+Green+Blue) = 250+250+240=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 240 (94.14% from 255 or 32.43% from 740); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF0 is #05050F. Grayscale: #F8F8F8. Windows color (decimal): -328976 or 15792890. OLE color: 15792890.

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

Color convert

RGB250250240-
CMYK000.040.02
HSL60º50%96.08%-
HSV(B)60º4%98.04%-
XYZ89.3494.9996.06-
YUV248.86123128.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.78%
GREEN value IS 250 (98.05% from 255) = 33.78%
BLUE value IS 240 (94.14% from 255) = 32.43%
R=33.78%
G=33.78%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250240000.040.02605096.08
HexFAFAF000423c3260
Octal37237236000427462140
Binary11111010111110101111000000100101111001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAF0; }

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

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

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

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

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

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

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

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