#F1BDF1

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

Shades of Snuff #F1BDF1

Tints of Snuff #F1BDF1

Color information

#F1BDF1 (or 0xF1BDF1) is unknown color: approx Snuff. HEX triplet: F1, BD and F1. RGB value is (241,189,241). Sum of RGB (Red+Green+Blue) = 241+189+241=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDF1 is #0E420E. Grayscale: #D2D2D2. Windows color (decimal): -934415 or 15842801. OLE color: 15842801.

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

Color convert

RGB241189241-
CMYK00.2200.05
HSL300º65%84.31%-
HSV(B)300º21.58%94.51%-
XYZ70.3561.4591.37-
YUV210.48145.23149.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=35.92%
G=28.17%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118924100.2200.053006584.31
HexF1BDF10160512c4154
Octal36127536102605454101124
Binary111100011011110111110001010110010110010110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDF1; }

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

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

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

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

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

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

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

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