#FFB4BF

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

Shades of Light Pink #FFB4BF

Tints of Light Pink #FFB4BF

Color information

#FFB4BF (or 0xFFB4BF) is unknown color: approx Light Pink. HEX triplet: FF, B4 and BF. RGB value is (255,180,191). Sum of RGB (Red+Green+Blue) = 255+180+191=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4BF is #004B40. Grayscale: #CBCBCB. Windows color (decimal): -19265 or 12563711. OLE color: 12563711.

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

Color convert

RGB255180191-
CMYK00.290.250
HSL351.2º100%85.29%-
HSV(B)351.2º29.41%100%-
XYZ66.9757.6656.89-
YUV203.68120.85164.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 180 (70.70% from 255) = 28.75%
BLUE value IS 191 (75% from 255) = 30.51%
R=40.73%
G=28.75%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518019100.290.250351.210085.29
HexFFB4BF01D19015f6455
Octal377264277035310537144125
Binary11111111101101001011111101110111001010101111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4BF; }

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

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

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

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

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

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

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

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