#FFBDB6

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

Shades of Your Pink #FFBDB6

Tints of Your Pink #FFBDB6

Color information

#FFBDB6 (or 0xFFBDB6) is unknown color: approx Your Pink. HEX triplet: FF, BD and B6. RGB value is (255,189,182). Sum of RGB (Red+Green+Blue) = 255+189+182=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDB6 is #004249. Grayscale: #D0D0D0. Windows color (decimal): -16970 or 11976191. OLE color: 11976191.

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

Color convert

RGB255189182-
CMYK00.260.290
HSL5.75º100%85.69%-
HSV(B)5.75º28.63%100%-
XYZ67.8861.0352.46-
YUV207.94113.37161.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=40.73%
G=30.19%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518918200.260.2905.7510085.69
HexFFBDB601A1D066456
Octal3772752660323506144126
Binary11111111101111011011011001101011101011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDB6; }

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

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

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

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

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

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

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

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