#F1BFF1

Color #F1BFF1 Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F1BFF1

Tints of Snuff #F1BFF1

Color information

#F1BFF1 (or 0xF1BFF1) is unknown color: approx Snuff. HEX triplet: F1, BF and F1. RGB value is (241,191,241). Sum of RGB (Red+Green+Blue) = 241+191+241=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFF1 is #0E400E. Grayscale: #D3D3D3. Windows color (decimal): -933903 or 15843313. OLE color: 15843313.

HSL color Cylindrical-coordinate representation of color #F1BFF1: hue angle of 300º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFF1 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241191241-
CMYK00.2100.05
HSL300º64.1%84.71%-
HSV(B)300º20.75%94.51%-
XYZ70.7862.3191.52-
YUV211.65144.56148.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 191 (75% from 255) = 28.38%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=35.81%
G=28.38%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119124100.2100.0530064.184.71
HexF1BFF10150512c4055
Octal36127736102505454100125
Binary111100011011111111110001010101010110010110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFF1; }

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

 H1.HeaderClassName
 {
   color: #F1BFF1;
 }
 .AnyTagClassName
 {
   color: #F1BFF1;
 }
</style>
background-color css

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

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

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

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

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

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