Html Css Color HEX #F1C7EF Snuff

📋 copy color: '#F1C7EF'

red 241 ◦ green 199 ◦ blue 239

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

Shades of Snuff #F1C7EF

Tints of Snuff #F1C7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.2%

R = 35.49%
G = 29.31%
B = 35.2%

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

#F1C7EF (or 0xF1C7EF) is known color: Snuff. HEX triplet: F1, C7 and EF. RGB value is (241,199,239). Sum of RGB (Red+Green+Blue) = 241+199+239=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7EF is #0E3810. Grayscale: #D7D7D7. Windows color (decimal): -931857 or 15714289. OLE color: 15714289.

HSL color Cylindrical-coordinate representation of color #F1C7EF: hue angle of 302.86º 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 #F1C7EF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 239 -
CMYK 0 0.17 0.01 0.05
HSL 302.86º 0.6% 0.86% -
HSV(B) 302.86º 0.17% 0.95% -
XYZ 72.28 65.78 90.55 -
YUV 216.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 241 199 239 0 0.17 0.01 0.05 302.86 0.6 0.86
Hex F1 C7 EF 0 11 1 5 12F 3C 56
Octal 361 307 357 0 21 1 5 457 74 126
Binary 11110001 11000111 11101111 0 10001 1 101 100101111 111100 1010110

Color Harmonies of #F1C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7EF

Black with #F1C7EF

Text Example


Text Example

White with #F1C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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