Html Css Color HEX #F1C6EE Snuff

📋 copy color: '#F1C6EE'

red 241 ◦ green 198 ◦ blue 238

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

Shades of Snuff #F1C6EE

Tints of Snuff #F1C6EE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.25%

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

R = 35.6%
G = 29.25%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1C6EE (or 0xF1C6EE) is known color: Snuff. HEX triplet: F1, C6 and EE. RGB value is (241,198,238). Sum of RGB (Red+Green+Blue) = 241+198+238=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6EE is #0E3911. Grayscale: #D7D7D7. Windows color (decimal): -932114 or 15648497. OLE color: 15648497.

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

Color convert

RGB 241 198 238 -
CMYK 0 0.18 0.01 0.05
HSL 304.19º 0.61% 0.86% -
HSV(B) 304.19º 0.18% 0.95% -
XYZ 71.9 65.26 89.7 -
YUV 215.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 241 198 238 0 0.18 0.01 0.05 304.19 0.61 0.86
Hex F1 C6 EE 0 12 1 5 130 3D 56
Octal 361 306 356 0 22 1 5 460 75 126
Binary 11110001 11000110 11101110 0 10010 1 101 100110000 111101 1010110

Color Harmonies of #F1C6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6EE

Black with #F1C6EE

Text Example


Text Example

White with #F1C6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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