Html Css Color HEX #F5F1F1 White Smoke

📋 copy color: '#F5F1F1'

red 245 ◦ green 241 ◦ blue 241

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

Shades of White Smoke #F5F1F1

Tints of White Smoke #F5F1F1

RGB

 RED value IS 245 (96.09% from 255) = 33.7%

 GREEN value IS 241 (94.53% from 255) = 33.15%

 BLUE value IS 241 (94.53% from 255) = 33.15%

R = 33.7%
G = 33.15%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5F1F1 (or 0xF5F1F1) is known color: White Smoke. HEX triplet: F5, F1 and F1. RGB value is (245,241,241). Sum of RGB (Red+Green+Blue) = 245+241+241=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 241 (94.53% from 255 or 33.15% from 727); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1F1 is #0A0E0E. Grayscale: #F2F2F2. Windows color (decimal): -658959 or 15856117. OLE color: 15856117.

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

Color convert

RGB 245 241 241 -
CMYK 0 0.02 0.02 0.04
HSL 0.17% 0.95% -
HSV(B) 0.02% 0.96% -
XYZ 84.99 88.67 95.86 -
YUV 242.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 245 241 241 0 0.02 0.02 0.04 0 0.17 0.95
Hex F5 F1 F1 0 2 2 4 0 11 5F
Octal 365 361 361 0 2 2 4 0 21 137
Binary 11110101 11110001 11110001 0 10 10 100 0 10001 1011111

Color Harmonies of #F5F1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F1F1

Black with #F5F1F1

Text Example


Text Example

White with #F5F1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F1F1; }

 p { color: rgb(245,241,241); }

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

background-color css

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

 a { background-color: rgb(245,241,241); }

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

border-color css

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

 span { border-color: rgb(245,241,241); }

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