COLOR #FFB2F2

HEX: #FFB2F2 RGB: (255,178,242)

Color info

#FFB2F2 contains mainly red and blue colors. Web safe color of #FFB2F2 is #FF99FF (or #F9F).

RGB color model

#FFB2F2 color RGB value is (255,178,242).

RGB: (255,178,242) (100%, 70%, 95%)

RGB channels and saturation

R 255 of 255 = 100%
G 178 of 255 = 70%
B 242 of 255 = 95%

255
178
242

R + G + B ~ 88%. #FFB2F2 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 178 + 242 = 675 (100%)
R 255 of 675 ~ 37.78%
G 178 of 675 ~ 26.37%
B 242 of 675 ~ 35.85'%

%37.78
%26.37
%35.85

CMYK color model

#FFB2F2 color CMYK value is (0,30,5,0).

  • cyan value is 0.00%
  • magenta value is 30.20%
  • yellow value is 5.10%
  • key color value is 0.00%

CMYK: (0,30,5,0)
C0M30Y5K0 (0%, 30%, 5%, 0%)
(0.00 / 0.30 / 0.05 / 0.00)

CMYK percentages

%0
%30.2
%5.1
%0

Codes

Color #FFB2F2 in popluar color models

FF B2 F2
RGB 255 178 242
HSL 310° 100.00% 84.90%
HSB/HSV 310° 30.20% 100.00%
CMYK 0.00% 30.20% 5.10%
0.00%

Color #FFB2F2 in popluar number systems.

HEX FF B2 F2
Decimal 255 178 242
Binary 11111111 10110010 11110010
Octal 377 262 362

Shades and tints

Shades of #FFB2F2

#FFB2F2
(255,178,242)
#E8A2DC
(232,162,220)
#D192C6
(209,146,198)
#BA82B0
(186,130,176)
#A3729A
(163,114,154)
#8C6284
(140,98,132)
#75526E
(117,82,110)
#5E4258
(94,66,88)
#473242
(71,50,66)
#30222C
(48,34,44)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #FFB2F2

#FFB2F2
(255,178,242)
#FFB9F3
(255,185,243)
#FFC0F4
(255,192,244)
#FFC7F5
(255,199,245)
#FFCEF6
(255,206,246)
#FFD5F7
(255,213,247)
#FFDCF8
(255,220,248)
#FFE3F9
(255,227,249)
#FFEAFA
(255,234,250)
#FFF1FB
(255,241,251)
#FFF8FC
(255,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFB2F2 color. Also use rgb(255,178,242) instead hex code.

Text Font Color

.myTextColor { color: #FFB2F2; }

<p style="color:#FFB2F2">This sample text font color is #FFB2F2.</p>

This text font color is #FFB2F2.

Background Color

.myBgColor { background-color: #FFB2F2; }

<div style="background-color:#FFB2F2">Inner text</div>

This div background color is #FFB2F2.

Border color

.myBorderColor { border: 1px solid #FFB2F2; }

<div style="border:3px solid #FFB2F2">Div</div>

This div border color is #FFB2F2.

Opacity

.myOpacity80 { color: #FFB2F2; opacity: 0.8; }

<p style="color:#FFB2F2;opacity:0.8;">80%</p>

Text with #FFB2F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFB2F2;}

<p style="text-shadow: 3px 3px 1px #FFB2F2">Text here.</p>

This text has shadow with #FFB2F2 color.


.textShadow {text-shadow: 3px 3px 1px #FFB2F2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFB2F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFB2F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFB2F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFB2F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFB2F2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFB2F2;
-webkit-box-shadow: 1px 1px 3px 2px #FFB2F2;
box-shadow: 1px 1px 3px 2px #FFB2F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFB2F2; -webkit-box-shadow: 1px 1px 3px 2px #FFB2F2; box-shadow:1px 1px 3px 2px #FFB2F2;">
Div content here
</div>

This div box has shadow with color #FFB2F2.

Preview

Color preview on black background

This text has color #FFB2F2 on black background.


Color preview on white background

This text has color #FFB2F2 on white background.


Black color preview on #FFB2F2 background

This text has black color on #FFB2F2 background.


White color preview on #FFB2F2 background

This text has white color on #FFB2F2 background.


Related colors

Complementary color

Complementary color for #hex is #004D0D.


I love getcolorcode.com

Triadic colors

1 #F2FFB2 and #B2F2FF with #FFB2F2 are triadic colors.

2 #F2B2FF and #B2FFF2 with #FFB2F2 are triadic colors.