#FFB0BE

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

Shades of Light Pink #FFB0BE

Tints of Light Pink #FFB0BE

Color information

#FFB0BE (or 0xFFB0BE) is unknown color: approx Light Pink. HEX triplet: FF, B0 and BE. RGB value is (255,176,190). Sum of RGB (Red+Green+Blue) = 255+176+190=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0BE is #004F41. Grayscale: #C9C9C9. Windows color (decimal): -20290 or 12497151. OLE color: 12497151.

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

Color convert

RGB255176190-
CMYK00.310.250
HSL349.37º100%84.51%-
HSV(B)349.37º30.98%100%-
XYZ66.0656.0356.05-
YUV201.22121.67166.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 176 (69.14% from 255) = 28.34%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=41.06%
G=28.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517619000.310.250349.3710084.51
HexFFB0BE01F19015d6455
Octal377260276037310535144125
Binary11111111101100001011111001111111001010101110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB0BE; }

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

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

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

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

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

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

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

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