Html Css Color HEX #F1C6F0 Snuff

📋 copy color: '#F1C6F0'

red 241 ◦ green 198 ◦ blue 240

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

Shades of Snuff #F1C6F0

Tints of Snuff #F1C6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.35%

R = 35.49%
G = 29.16%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F1C6F0 (or 0xF1C6F0) is known color: Snuff. HEX triplet: F1, C6 and F0. RGB value is (241,198,240). Sum of RGB (Red+Green+Blue) = 241+198+240=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6F0 is #0E390F. Grayscale: #D7D7D7. Windows color (decimal): -932112 or 15779569. OLE color: 15779569.

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

Color convert

RGB 241 198 240 -
CMYK 0 0.18 0.00 0.05
HSL 301.4º 0.61% 0.86% -
HSV(B) 301.4º 0.18% 0.95% -
XYZ 72.2 65.38 91.25 -
YUV 215.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 241 198 240 0 0.18 0.00 0.05 301.4 0.61 0.86
Hex F1 C6 F0 0 12 0 5 12D 3D 56
Octal 361 306 360 0 22 0 5 455 75 126
Binary 11110001 11000110 11110000 0 10010 0 101 100101101 111101 1010110

Color Harmonies of #F1C6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6F0

Black with #F1C6F0

Text Example


Text Example

White with #F1C6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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