Html Css Color HEX #F1BBF3 Snuff

📋 copy color: '#F1BBF3'

red 241 ◦ green 187 ◦ blue 243

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

Shades of Snuff #F1BBF3

Tints of Snuff #F1BBF3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.87%

 BLUE value IS 243 (95.31% from 255) = 36.21%

R = 35.92%
G = 27.87%
B = 36.21%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1BBF3 (or 0xF1BBF3) is known color: Snuff. HEX triplet: F1, BB and F3. RGB value is (241,187,243). Sum of RGB (Red+Green+Blue) = 241+187+243=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1BBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBF3 is #0E440C. Grayscale: #D1D1D1. Windows color (decimal): -934925 or 15973361. OLE color: 15973361.

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

Color convert

RGB 241 187 243 -
CMYK 0.01 0.23 0 0.05
HSL 297.86º 0.7% 0.84% -
HSV(B) 297.86º 0.23% 0.95% -
XYZ 70.22 60.71 92.81 -
YUV 209.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 241 187 243 0.01 0.23 0 0.05 297.86 0.7 0.84
Hex F1 BB F3 1 17 0 5 12A 46 54
Octal 361 273 363 1 27 0 5 452 106 124
Binary 11110001 10111011 11110011 1 10111 0 101 100101010 1000110 1010100

Color Harmonies of #F1BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBF3

Black with #F1BBF3

Text Example


Text Example

White with #F1BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBF3; }

 p { color: rgb(241,187,243); }

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

background-color css

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

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

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

border-color css

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

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

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