#FFB8B9

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

Shades of Light Pink #FFB8B9

Tints of Light Pink #FFB8B9

Color information

#FFB8B9 (or 0xFFB8B9) is unknown color: approx Light Pink. HEX triplet: FF, B8 and B9. RGB value is (255,184,185). Sum of RGB (Red+Green+Blue) = 255+184+185=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B9 is #004746. Grayscale: #CDCDCD. Windows color (decimal): -18247 or 12171519. OLE color: 12171519.

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

Color convert

RGB255184185-
CMYK00.280.270
HSL359.15º100%86.08%-
HSV(B)359.15º27.84%100%-
XYZ67.1459.0453.76-
YUV205.34116.52163.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 184 (72.27% from 255) = 29.49%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=40.87%
G=29.49%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518418500.280.270359.1510086.08
HexFFB8B901C1B01676456
Octal377270271034330547144126
Binary11111111101110001011100101110011011010110011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8B9; }

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

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

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

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

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

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

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

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