#ffb4b6

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

Shades of Light Pink #FFB4B6

Tints of Light Pink #FFB4B6

Color information

#FFB4B6 (or 0xFFB4B6) is unknown color: approx Light Pink. HEX triplet: FF, B4 and B6. RGB value is (255,180,182). Sum of RGB (Red+Green+Blue) = 255+180+182=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4B6 is #004B49. Grayscale: #CACACA. Windows color (decimal): -19274 or 11973887. OLE color: 11973887.

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

Color convert

RGB255180182-
CMYK00.290.290
HSL358.4º100%85.29%-
HSV(B)358.4º29.41%100%-
XYZ6657.2851.83-
YUV202.65116.35165.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 182 (71.48% from 255) = 29.50%
R=41.33%
G=29.17%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518018200.290.290358.410085.29
HexFFB4B601D1D01666455
Octal377264266035350546144125
Binary11111111101101001011011001110111101010110011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb4b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb4b6; }

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

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

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

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

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

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

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

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