#FFB3B7

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

Shades of Light Pink #FFB3B7

Tints of Light Pink #FFB3B7

Color information

#FFB3B7 (or 0xFFB3B7) is unknown color: approx Light Pink. HEX triplet: FF, B3 and B7. RGB value is (255,179,183). Sum of RGB (Red+Green+Blue) = 255+179+183=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3B7 is #004C48. Grayscale: #CACACA. Windows color (decimal): -19529 or 12039167. OLE color: 12039167.

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

Color convert

RGB255179183-
CMYK00.300.280
HSL356.84º100%85.1%-
HSV(B)356.84º29.8%100%-
XYZ65.9156.9252.31-
YUV202.18117.18165.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 183 (71.88% from 255) = 29.66%
R=41.33%
G=29.01%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517918300.300.280356.8410085.1
HexFFB3B701E1C01656455
Octal377263267036340545144125
Binary11111111101100111011011101111011100010110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3B7; }

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

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

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

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

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

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

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

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