#FFB3BF

Color #FFB3BF Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FFB3BF

Tints of Light Pink #FFB3BF

Color information

#FFB3BF (or 0xFFB3BF) is unknown color: approx Light Pink. HEX triplet: FF, B3 and BF. RGB value is (255,179,191). Sum of RGB (Red+Green+Blue) = 255+179+191=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3BF is #004C40. Grayscale: #CBCBCB. Windows color (decimal): -19521 or 12563455. OLE color: 12563455.

HSL color Cylindrical-coordinate representation of color #FFB3BF: hue angle of 350.53º 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 #FFB3BF is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255179191-
CMYK00.300.250
HSL350.53º100%85.1%-
HSV(B)350.53º29.8%100%-
XYZ66.7657.2656.82-
YUV203.09121.18165.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 179 (70.31% from 255) = 28.64%
BLUE value IS 191 (75% from 255) = 30.56%
R=40.8%
G=28.64%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517919100.300.250350.5310085.1
HexFFB3BF01E19015f6455
Octal377263277036310537144125
Binary11111111101100111011111101111011001010101111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3BF; }

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

 H1.HeaderClassName
 {
   color: #FFB3BF;
 }
 .AnyTagClassName
 {
   color: #FFB3BF;
 }
</style>
background-color css

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

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

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

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

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

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