Html Css Color HEX #FAF2F2 White Smoke

📋 copy color: '#FAF2F2'

red 250 ◦ green 242 ◦ blue 242

#FAF2F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Smoke #FAF2F2

Tints of White Smoke #FAF2F2

RGB

 RED value IS 250 (98.05% from 255) = 34.06%

 GREEN value IS 242 (94.92% from 255) = 32.97%

 BLUE value IS 242 (94.92% from 255) = 32.97%

R = 34.06%
G = 32.97%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAF2F2 (or 0xFAF2F2) is known color: White Smoke. HEX triplet: FA, F2 and F2. RGB value is (250,242,242). Sum of RGB (Red+Green+Blue) = 250+242+242=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2F2 is #050D0D. Grayscale: #F4F4F4. Windows color (decimal): -331022 or 15921914. OLE color: 15921914.

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

Color convert

RGB 250 242 242 -
CMYK 0 0.03 0.03 0.02
HSL 0.44% 0.96% -
HSV(B) 0.03% 0.98% -
XYZ 87.2 90.24 96.83 -
YUV 244.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 250 242 242 0 0.03 0.03 0.02 0 0.44 0.96
Hex FA F2 F2 0 3 3 2 0 2C 60
Octal 372 362 362 0 3 3 2 0 54 140
Binary 11111010 11110010 11110010 0 11 11 10 0 101100 1100000

Color Harmonies of #FAF2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2F2

Black with #FAF2F2

Text Example


Text Example

White with #FAF2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2F2; }

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

 H1.HeaderClassName
 {
   color: #FAF2F2;
 }
 .AnyTagClassName
 {
   color: #FAF2F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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