Html Css Color HEX #F1E3EE Snuff

📋 copy color: '#F1E3EE'

red 241 ◦ green 227 ◦ blue 238

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

Shades of Snuff #F1E3EE

Tints of Snuff #F1E3EE

RGB

 RED value IS 241 (94.53% from 255) = 34.14%

 GREEN value IS 227 (89.06% from 255) = 32.15%

 BLUE value IS 238 (93.36% from 255) = 33.71%

R = 34.14%
G = 32.15%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1E3EE (or 0xF1E3EE) is known color: Snuff. HEX triplet: F1, E3 and EE. RGB value is (241,227,238). Sum of RGB (Red+Green+Blue) = 241+227+238=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E3EE is #0E1C11. Grayscale: #E8E8E8. Windows color (decimal): -924690 or 15655921. OLE color: 15655921.

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

Color convert

RGB 241 227 238 -
CMYK 0 0.06 0.01 0.05
HSL 312.86º 0.33% 0.92% -
HSV(B) 312.86º 0.06% 0.95% -
XYZ 79.18 79.81 92.12 -
YUV 232.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 241 227 238 0 0.06 0.01 0.05 312.86 0.33 0.92
Hex F1 E3 EE 0 6 1 5 139 21 5C
Octal 361 343 356 0 6 1 5 471 41 134
Binary 11110001 11100011 11101110 0 110 1 101 100111001 100001 1011100

Color Harmonies of #F1E3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E3EE

Black with #F1E3EE

Text Example


Text Example

White with #F1E3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E3EE; }

 p { color: rgb(241,227,238); }

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

background-color css

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

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

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

border-color css

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

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

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