Html Css Color HEX #F1C7EE Snuff

📋 copy color: '#F1C7EE'

red 241 ◦ green 199 ◦ blue 238

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

Shades of Snuff #F1C7EE

Tints of Snuff #F1C7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.35%

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

R = 35.55%
G = 29.35%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1C7EE (or 0xF1C7EE) is known color: Snuff. HEX triplet: F1, C7 and EE. RGB value is (241,199,238). Sum of RGB (Red+Green+Blue) = 241+199+238=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7EE is #0E3811. Grayscale: #D7D7D7. Windows color (decimal): -931858 or 15648753. OLE color: 15648753.

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

Color convert

RGB 241 199 238 -
CMYK 0 0.17 0.01 0.05
HSL 304.29º 0.6% 0.86% -
HSV(B) 304.29º 0.17% 0.95% -
XYZ 72.13 65.72 89.77 -
YUV 216 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 241 199 238 0 0.17 0.01 0.05 304.29 0.6 0.86
Hex F1 C7 EE 0 11 1 5 130 3C 56
Octal 361 307 356 0 21 1 5 460 74 126
Binary 11110001 11000111 11101110 0 10001 1 101 100110000 111100 1010110

Color Harmonies of #F1C7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7EE

Black with #F1C7EE

Text Example


Text Example

White with #F1C7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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