Html Css Color HEX #F1BFF6 Snuff

📋 copy color: '#F1BFF6'

red 241 ◦ green 191 ◦ blue 246

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

Shades of Snuff #F1BFF6

Tints of Snuff #F1BFF6

RGB

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

 GREEN value IS 191 (75% from 255) = 28.17%

 BLUE value IS 246 (96.48% from 255) = 36.28%

R = 35.55%
G = 28.17%
B = 36.28%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F1BFF6 (or 0xF1BFF6) is known color: Snuff. HEX triplet: F1, BF and F6. RGB value is (241,191,246). Sum of RGB (Red+Green+Blue) = 241+191+246=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1BFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFF6 is #0E4009. Grayscale: #D4D4D4. Windows color (decimal): -933898 or 16170993. OLE color: 16170993.

HSL color Cylindrical-coordinate representation of color #F1BFF6: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BFF6 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 191 246 -
CMYK 0.02 0.22 0 0.04
HSL 294.55º 0.75% 0.86% -
HSV(B) 294.55º 0.22% 0.96% -
XYZ 71.54 62.62 95.5 -
YUV 212.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 241 191 246 0.02 0.22 0 0.04 294.55 0.75 0.86
Hex F1 BF F6 2 16 0 4 127 4B 56
Octal 361 277 366 2 26 0 4 447 113 126
Binary 11110001 10111111 11110110 10 10110 0 100 100100111 1001011 1010110

Color Harmonies of #F1BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BFF6

Black with #F1BFF6

Text Example


Text Example

White with #F1BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BFF6; }

 p { color: rgb(241,191,246); }

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

background-color css

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

 a { background-color: rgb(241,191,246); }

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

border-color css

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

 span { border-color: rgb(241,191,246); }

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