Html Css Color HEX #F1BCF1 Snuff

📋 copy color: '#F1BCF1'

red 241 ◦ green 188 ◦ blue 241

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

Shades of Snuff #F1BCF1

Tints of Snuff #F1BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.06%

 BLUE value IS 241 (94.53% from 255) = 35.97%

R = 35.97%
G = 28.06%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1BCF1 (or 0xF1BCF1) is known color: Snuff. HEX triplet: F1, BC and F1. RGB value is (241,188,241). Sum of RGB (Red+Green+Blue) = 241+188+241=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCF1 is #0E430E. Grayscale: #D1D1D1. Windows color (decimal): -934671 or 15842545. OLE color: 15842545.

HSL color Cylindrical-coordinate representation of color #F1BCF1: 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 #F1BCF1 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 241 -
CMYK 0 0.22 0 0.05
HSL 300º 0.65% 0.84% -
HSV(B) 300º 0.22% 0.95% -
XYZ 70.14 61.02 91.3 -
YUV 209.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 241 188 241 0 0.22 0 0.05 300 0.65 0.84
Hex F1 BC F1 0 16 0 5 12C 41 54
Octal 361 274 361 0 26 0 5 454 101 124
Binary 11110001 10111100 11110001 0 10110 0 101 100101100 1000001 1010100

Color Harmonies of #F1BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCF1

Black with #F1BCF1

Text Example


Text Example

White with #F1BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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