Html Css Color HEX #FEF1F1 White Smoke

📋 copy color: '#FEF1F1'

red 254 ◦ green 241 ◦ blue 241

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

Shades of White Smoke #FEF1F1

Tints of White Smoke #FEF1F1

RGB

 RED value IS 254 (99.61% from 255) = 34.51%

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

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

R = 34.51%
G = 32.74%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEF1F1 (or 0xFEF1F1) is known color: White Smoke. HEX triplet: FE, F1 and F1. RGB value is (254,241,241). Sum of RGB (Red+Green+Blue) = 254+241+241=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 241 (94.53% from 255 or 32.74% from 736); Blue value is 241 (94.53% from 255 or 32.74% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1F1 is #010E0E. Grayscale: #F4F4F4. Windows color (decimal): -69135 or 15856126. OLE color: 15856126.

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

Color convert

RGB 254 241 241 -
CMYK 0 0.05 0.05 0.00
HSL 0.87% 0.97% -
HSV(B) 0.05% 1% -
XYZ 88.21 90.33 96.01 -
YUV 244.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 254 241 241 0 0.05 0.05 0.00 0 0.87 0.97
Hex FE F1 F1 0 5 5 0 0 57 61
Octal 376 361 361 0 5 5 0 0 127 141
Binary 11111110 11110001 11110001 0 101 101 0 0 1010111 1100001

Color Harmonies of #FEF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1F1

Black with #FEF1F1

Text Example


Text Example

White with #FEF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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