#FFB8BB

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

Shades of Light Pink #FFB8BB

Tints of Light Pink #FFB8BB

Color information

#FFB8BB (or 0xFFB8BB) is unknown color: approx Light Pink. HEX triplet: FF, B8 and BB. RGB value is (255,184,187). Sum of RGB (Red+Green+Blue) = 255+184+187=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8BB is #004744. Grayscale: #CDCDCD. Windows color (decimal): -18245 or 12302591. OLE color: 12302591.

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

Color convert

RGB255184187-
CMYK00.280.270
HSL357.46º100%86.08%-
HSV(B)357.46º27.84%100%-
XYZ67.3559.1354.88-
YUV205.57117.52163.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 184 (72.27% from 255) = 29.39%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=40.73%
G=29.39%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518418700.280.270357.4610086.08
HexFFB8BB01C1B01656456
Octal377270273034330545144126
Binary11111111101110001011101101110011011010110010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8BB; }

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

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

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

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

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

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

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

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