Html Css Color HEX #F2F0F0 White Smoke

📋 copy color: '#F2F0F0'

red 242 ◦ green 240 ◦ blue 240

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

Shades of White Smoke #F2F0F0

Tints of White Smoke #F2F0F0

RGB

 RED value IS 242 (94.92% from 255) = 33.52%

 GREEN value IS 240 (94.14% from 255) = 33.24%

 BLUE value IS 240 (94.14% from 255) = 33.24%

R = 33.52%
G = 33.24%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2F0F0 (or 0xF2F0F0) is known color: White Smoke. HEX triplet: F2, F0 and F0. RGB value is (242,240,240). Sum of RGB (Red+Green+Blue) = 242+240+240=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0F0 is #0D0F0F. Grayscale: #F0F0F0. Windows color (decimal): -855824 or 15790322. OLE color: 15790322.

HSL color Cylindrical-coordinate representation of color #F2F0F0: hue angle of 0º degrees, saturation: 0.07, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F0F0 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 240 -
CMYK 0 0.01 0.01 0.05
HSL 0.07% 0.95% -
HSV(B) 0.01% 0.95% -
XYZ 83.51 87.49 94.92 -
YUV 240.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 242 240 240 0 0.01 0.01 0.05 0 0.07 0.95
Hex F2 F0 F0 0 1 1 5 0 7 5F
Octal 362 360 360 0 1 1 5 0 7 137
Binary 11110010 11110000 11110000 0 1 1 101 0 111 1011111

Color Harmonies of #F2F0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0F0

Black with #F2F0F0

Text Example


Text Example

White with #F2F0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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