#FFBDB7

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

Shades of Your Pink #FFBDB7

Tints of Your Pink #FFBDB7

Color information

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

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

Color convert

RGB255189183-
CMYK00.260.280
HSL100%85.88%-
HSV(B)28.24%100%-
XYZ67.9861.0753.01-
YUV208.05113.87161.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518918300.260.280510085.88
HexFFBDB701A1C056456
Octal3772752670323405144126
Binary11111111101111011011011101101011100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDB7; }

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

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

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

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

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

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

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

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