#FFB4B9

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

Shades of Light Pink #FFB4B9

Tints of Light Pink #FFB4B9

Color information

#FFB4B9 (or 0xFFB4B9) is unknown color: approx Light Pink. HEX triplet: FF, B4 and B9. RGB value is (255,180,185). Sum of RGB (Red+Green+Blue) = 255+180+185=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4B9 is #004B46. Grayscale: #CBCBCB. Windows color (decimal): -19271 or 12170495. OLE color: 12170495.

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

Color convert

RGB255180185-
CMYK00.290.270
HSL356º100%85.29%-
HSV(B)356º29.41%100%-
XYZ66.3257.4153.48-
YUV202.99117.85165.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=41.13%
G=29.03%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518018500.290.27035610085.29
HexFFB4B901D1B01646455
Octal377264271035330544144125
Binary11111111101101001011100101110111011010110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4B9; }

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

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

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

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

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

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

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

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