Html Css Color HEX #FFB2BF Light Pink

📋 copy color: '#FFB2BF'

red 255 ◦ green 178 ◦ blue 191

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

Shades of Light Pink #FFB2BF

Tints of Light Pink #FFB2BF

RGB

 RED value IS 255 (100% from 255) = 40.87%

 GREEN value IS 178 (69.92% from 255) = 28.53%

 BLUE value IS 191 (75% from 255) = 30.61%

R = 40.87%
G = 28.53%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFB2BF (or 0xFFB2BF) is known color: Light Pink. HEX triplet: FF, B2 and BF. RGB value is (255,178,191). Sum of RGB (Red+Green+Blue) = 255+178+191=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2BF is #004D40. Grayscale: #CACACA. Windows color (decimal): -19777 or 12563199. OLE color: 12563199.

HSL color Cylindrical-coordinate representation of color #FFB2BF: hue angle of 349.87º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2BF is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 178 191 -
CMYK 0 0.30 0.25 0
HSL 349.87º 1% 0.85% -
HSV(B) 349.87º 0.3% 1% -
XYZ 66.56 56.86 56.76 -
YUV 202.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 255 178 191 0 0.30 0.25 0 349.87 1 0.85
Hex FF B2 BF 0 1E 19 0 15E 64 55
Octal 377 262 277 0 36 31 0 536 144 125
Binary 11111111 10110010 10111111 0 11110 11001 0 101011110 1100100 1010101

Color Harmonies of #FFB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2BF

Black with #FFB2BF

Text Example


Text Example

White with #FFB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2BF; }

 p { color: rgb(255,178,191); }

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

background-color css

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

 a { background-color: rgb(255,178,191); }

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

border-color css

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

 span { border-color: rgb(255,178,191); }

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