Html Css Color HEX #F1C7F2 Snuff

📋 copy color: '#F1C7F2'

red 241 ◦ green 199 ◦ blue 242

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

Shades of Snuff #F1C7F2

Tints of Snuff #F1C7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.48%

R = 35.34%
G = 29.18%
B = 35.48%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1C7F2 (or 0xF1C7F2) is known color: Snuff. HEX triplet: F1, C7 and F2. RGB value is (241,199,242). Sum of RGB (Red+Green+Blue) = 241+199+242=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1C7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7F2 is #0E380D. Grayscale: #D8D8D8. Windows color (decimal): -931854 or 15910897. OLE color: 15910897.

HSL color Cylindrical-coordinate representation of color #F1C7F2: hue angle of 298.6º degrees, saturation: 0.62, 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 #F1C7F2 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 242 -
CMYK 0.00 0.18 0 0.05
HSL 298.6º 0.62% 0.86% -
HSV(B) 298.6º 0.18% 0.95% -
XYZ 72.73 65.96 92.9 -
YUV 216.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 241 199 242 0.00 0.18 0 0.05 298.6 0.62 0.86
Hex F1 C7 F2 0 12 0 5 12B 3E 56
Octal 361 307 362 0 22 0 5 453 76 126
Binary 11110001 11000111 11110010 0 10010 0 101 100101011 111110 1010110

Color Harmonies of #F1C7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7F2

Black with #F1C7F2

Text Example


Text Example

White with #F1C7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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