#FFB6BF

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

Shades of Light Pink #FFB6BF

Tints of Light Pink #FFB6BF

Color information

#FFB6BF (or 0xFFB6BF) is unknown color: approx Light Pink. HEX triplet: FF, B6 and BF. RGB value is (255,182,191). Sum of RGB (Red+Green+Blue) = 255+182+191=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BF is #004940. Grayscale: #CCCCCC. Windows color (decimal): -18753 or 12564223. OLE color: 12564223.

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

Color convert

RGB255182191-
CMYK00.290.250
HSL352.6º100%85.69%-
HSV(B)352.6º28.63%100%-
XYZ67.3758.4857.03-
YUV204.85120.18163.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 182 (71.48% from 255) = 28.98%
BLUE value IS 191 (75% from 255) = 30.41%
R=40.61%
G=28.98%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518219100.290.250352.610085.69
HexFFB6BF01D1901616456
Octal377266277035310541144126
Binary11111111101101101011111101110111001010110000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6BF; }

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

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

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

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

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

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

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

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