Html Css Color HEX #F2BBF6 Snuff

📋 copy color: '#F2BBF6'

red 242 ◦ green 187 ◦ blue 246

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

Shades of Snuff #F2BBF6

Tints of Snuff #F2BBF6

RGB

 RED value IS 242 (94.92% from 255) = 35.85%

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

 BLUE value IS 246 (96.48% from 255) = 36.44%

R = 35.85%
G = 27.7%
B = 36.44%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2BBF6 (or 0xF2BBF6) is known color: Snuff. HEX triplet: F2, BB and F6. RGB value is (242,187,246). Sum of RGB (Red+Green+Blue) = 242+187+246=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2BBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBF6 is #0D4409. Grayscale: #D1D1D1. Windows color (decimal): -869386 or 16169970. OLE color: 16169970.

HSL color Cylindrical-coordinate representation of color #F2BBF6: hue angle of 295.93º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BBF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 187 246 -
CMYK 0.02 0.24 0 0.04
HSL 295.93º 0.77% 0.85% -
HSV(B) 295.93º 0.24% 0.96% -
XYZ 71.02 61.07 95.23 -
YUV 210.17 148.22 150.7 -
System Red Green Blue C M Y K H S L
Decimal 242 187 246 0.02 0.24 0 0.04 295.93 0.77 0.85
Hex F2 BB F6 2 18 0 4 128 4D 55
Octal 362 273 366 2 30 0 4 450 115 125
Binary 11110010 10111011 11110110 10 11000 0 100 100101000 1001101 1010101

Color Harmonies of #F2BBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBF6

Black with #F2BBF6

Text Example


Text Example

White with #F2BBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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