#FFB8BE

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

Shades of Light Pink #FFB8BE

Tints of Light Pink #FFB8BE

Color information

#FFB8BE (or 0xFFB8BE) is unknown color: approx Light Pink. HEX triplet: FF, B8 and BE. RGB value is (255,184,190). Sum of RGB (Red+Green+Blue) = 255+184+190=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8BE is #004741. Grayscale: #CDCDCD. Windows color (decimal): -18242 or 12499199. OLE color: 12499199.

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

Color convert

RGB255184190-
CMYK00.280.250
HSL354.93º100%86.08%-
HSV(B)354.93º27.84%100%-
XYZ67.6759.2656.59-
YUV205.91119.02163.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 184 (72.27% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=40.54%
G=29.25%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518419000.280.250354.9310086.08
HexFFB8BE01C1901636456
Octal377270276034310543144126
Binary11111111101110001011111001110011001010110001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8BE; }

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

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

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

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

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

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

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

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