#FAF9F3

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

Shades of Ivory #FAF9F3

Tints of Ivory #FAF9F3

Color information

#FAF9F3 (or 0xFAF9F3) is unknown color: approx Ivory. HEX triplet: FA, F9 and F3. RGB value is (250,249,243). Sum of RGB (Red+Green+Blue) = 250+249+243=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 243 (95.31% from 255 or 32.75% from 742); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9F3 is #05060C. Grayscale: #F8F8F8. Windows color (decimal): -329229 or 15989242. OLE color: 15989242.

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

Color convert

RGB250249243-
CMYK00.000.030.02
HSL51.43º41.18%96.67%-
HSV(B)51.43º2.8%98.04%-
XYZ89.4894.5598.33-
YUV248.61124.83128.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.69%
GREEN value IS 249 (97.66% from 255) = 33.56%
BLUE value IS 243 (95.31% from 255) = 32.75%
R=33.69%
G=33.56%
B=32.75%

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
Decimal25024924300.000.030.0251.4341.1896.67
HexFAF9F30032332961
Octal37237136300326351141
Binary1111101011111001111100110011101100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9F3; }

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

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

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

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

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

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

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

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