#FAF3F2

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

Shades of White Smoke #FAF3F2

Tints of White Smoke #FAF3F2

Color information

#FAF3F2 (or 0xFAF3F2) is unknown color: approx White Smoke. HEX triplet: FA, F3 and F2. RGB value is (250,243,242). Sum of RGB (Red+Green+Blue) = 250+243+242=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 243 (95.31% from 255 or 33.06% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3F2 is #050C0D. Grayscale: #F4F4F4. Windows color (decimal): -330766 or 15922170. OLE color: 15922170.

HSL color Cylindrical-coordinate representation of color #FAF3F2: hue angle of 7.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 #FAF3F2 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250243242-
CMYK00.030.030.02
HSL7.5º44.44%96.47%-
HSV(B)7.5º3.2%98.04%-
XYZ87.590.8496.93-
YUV244.98126.32131.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 243 (95.31% from 255) = 33.06%
BLUE value IS 242 (94.92% from 255) = 32.93%
R=34.01%
G=33.06%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024324200.030.030.027.544.4496.47
HexFAF3F2033282c60
Octal37236336203321054140
Binary111110101111001111110010011111010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3F2; }

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

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

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

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

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

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

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

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