#FFB6BE

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

Shades of Light Pink #FFB6BE

Tints of Light Pink #FFB6BE

Color information

#FFB6BE (or 0xFFB6BE) is unknown color: approx Light Pink. HEX triplet: FF, B6 and BE. RGB value is (255,182,190). Sum of RGB (Red+Green+Blue) = 255+182+190=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BE is #004941. Grayscale: #CCCCCC. Windows color (decimal): -18754 or 12498687. OLE color: 12498687.

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

Color convert

RGB255182190-
CMYK00.290.250
HSL353.42º100%85.69%-
HSV(B)353.42º28.63%100%-
XYZ67.2658.4356.45-
YUV204.74119.68163.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 182 (71.48% from 255) = 29.03%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=40.67%
G=29.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518219000.290.250353.4210085.69
HexFFB6BE01D1901616456
Octal377266276035310541144126
Binary11111111101101101011111001110111001010110000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6BE; }

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

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

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

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

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

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

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

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