#FFB7BD

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

Shades of Light Pink #FFB7BD

Tints of Light Pink #FFB7BD

Color information

#FFB7BD (or 0xFFB7BD) is unknown color: approx Light Pink. HEX triplet: FF, B7 and BD. RGB value is (255,183,189). Sum of RGB (Red+Green+Blue) = 255+183+189=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7BD is #004842. Grayscale: #CDCDCD. Windows color (decimal): -18499 or 12433407. OLE color: 12433407.

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

Color convert

RGB255183189-
CMYK00.280.260
HSL355º100%85.88%-
HSV(B)355º28.24%100%-
XYZ67.3658.855.94-
YUV205.21118.85163.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 183 (71.88% from 255) = 29.19%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=40.67%
G=29.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518318900.280.26035510085.88
HexFFB7BD01C1A01636456
Octal377267275034320543144126
Binary11111111101101111011110101110011010010110001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7BD; }

 p { color: rgb(255,183,189); }

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

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

 a { background-color: rgb(255,183,189); }

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

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

 span { border-color: rgb(255,183,189); }

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