#FFB3BD

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

Shades of Light Pink #FFB3BD

Tints of Light Pink #FFB3BD

Color information

#FFB3BD (or 0xFFB3BD) is unknown color: approx Light Pink. HEX triplet: FF, B3 and BD. RGB value is (255,179,189). Sum of RGB (Red+Green+Blue) = 255+179+189=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3BD is #004C42. Grayscale: #CACACA. Windows color (decimal): -19523 or 12432383. OLE color: 12432383.

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

Color convert

RGB255179189-
CMYK00.300.260
HSL352.11º100%85.1%-
HSV(B)352.11º29.8%100%-
XYZ66.5557.1755.67-
YUV202.86120.18165.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 179 (70.31% from 255) = 28.73%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=40.93%
G=28.73%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517918900.300.260352.1110085.1
HexFFB3BD01E1A01606455
Octal377263275036320540144125
Binary11111111101100111011110101111011010010110000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3BD; }

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

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

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

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

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

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

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

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