Html Css Color HEX #F1BBF2 Snuff

📋 copy color: '#F1BBF2'

red 241 ◦ green 187 ◦ blue 242

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

Shades of Snuff #F1BBF2

Tints of Snuff #F1BBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.12%

R = 35.97%
G = 27.91%
B = 36.12%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1BBF2 (or 0xF1BBF2) is known color: Snuff. HEX triplet: F1, BB and F2. RGB value is (241,187,242). Sum of RGB (Red+Green+Blue) = 241+187+242=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1BBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBF2 is #0E440D. Grayscale: #D1D1D1. Windows color (decimal): -934926 or 15907825. OLE color: 15907825.

HSL color Cylindrical-coordinate representation of color #F1BBF2: hue angle of 298.91º degrees, saturation: 0.68, 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 #F1BBF2 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 187 242 -
CMYK 0.00 0.23 0 0.05
HSL 298.91º 0.68% 0.84% -
HSV(B) 298.91º 0.23% 0.95% -
XYZ 70.07 60.65 92.02 -
YUV 209.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 241 187 242 0.00 0.23 0 0.05 298.91 0.68 0.84
Hex F1 BB F2 0 17 0 5 12B 44 54
Octal 361 273 362 0 27 0 5 453 104 124
Binary 11110001 10111011 11110010 0 10111 0 101 100101011 1000100 1010100

Color Harmonies of #F1BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBF2

Black with #F1BBF2

Text Example


Text Example

White with #F1BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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