#FFB1B9

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

Shades of Light Pink #FFB1B9

Tints of Light Pink #FFB1B9

Color information

#FFB1B9 (or 0xFFB1B9) is unknown color: approx Light Pink. HEX triplet: FF, B1 and B9. RGB value is (255,177,185). Sum of RGB (Red+Green+Blue) = 255+177+185=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1B9 is #004E46. Grayscale: #C9C9C9. Windows color (decimal): -20039 or 12169727. OLE color: 12169727.

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

Color convert

RGB255177185-
CMYK00.310.270
HSL353.85º100%84.71%-
HSV(B)353.85º30.59%100%-
XYZ65.7256.2153.28-
YUV201.23118.84166.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=41.33%
G=28.69%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517718500.310.270353.8510084.71
HexFFB1B901F1B01626455
Octal377261271037330542144125
Binary11111111101100011011100101111111011010110001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1B9; }

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

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

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

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

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

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

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

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