#FFB6BD

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

Shades of Light Pink #FFB6BD

Tints of Light Pink #FFB6BD

Color information

#FFB6BD (or 0xFFB6BD) is unknown color: approx Light Pink. HEX triplet: FF, B6 and BD. RGB value is (255,182,189). Sum of RGB (Red+Green+Blue) = 255+182+189=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BD is #004942. Grayscale: #CCCCCC. Windows color (decimal): -18755 or 12433151. OLE color: 12433151.

HSL color Cylindrical-coordinate representation of color #FFB6BD: hue angle of 354.25º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6BD is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB255182189-
CMYK00.290.260
HSL354.25º100%85.69%-
HSV(B)354.25º28.63%100%-
XYZ67.1558.3955.88-
YUV204.62119.18163.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 182 (71.48% from 255) = 29.07%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=40.73%
G=29.07%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518218900.290.260354.2510085.69
HexFFB6BD01D1A01626456
Octal377266275035320542144126
Binary11111111101101101011110101110111010010110001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6BD; }

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

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

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

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

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

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

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

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