#FAF9F2

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

Shades of Ivory #FAF9F2

Tints of Ivory #FAF9F2

Color information

#FAF9F2 (or 0xFAF9F2) is unknown color: approx Ivory. HEX triplet: FA, F9 and F2. RGB value is (250,249,242). Sum of RGB (Red+Green+Blue) = 250+249+242=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 249 (97.66% from 255 or 33.60% from 741); Blue value is 242 (94.92% from 255 or 32.66% from 741); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F2 is #05060D. Grayscale: #F8F8F8. Windows color (decimal): -329230 or 15923706. OLE color: 15923706.

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

Color convert

RGB250249242-
CMYK00.000.030.02
HSL52.5º44.44%96.47%-
HSV(B)52.5º3.2%98.04%-
XYZ89.3394.4997.53-
YUV248.5124.33129.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.74%
GREEN value IS 249 (97.66% from 255) = 33.60%
BLUE value IS 242 (94.92% from 255) = 32.66%
R=33.74%
G=33.60%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024924200.000.030.0252.544.4496.47
HexFAF9F20032342c60
Octal37237136200326454140
Binary1111101011111001111100100011101101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9F2; }

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

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

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

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

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

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

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

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