#FFBDC8

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

Shades of Pink #FFBDC8

Tints of Pink #FFBDC8

Color information

#FFBDC8 (or 0xFFBDC8) is unknown color: approx Pink. HEX triplet: FF, BD and C8. RGB value is (255,189,200). Sum of RGB (Red+Green+Blue) = 255+189+200=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC8 is #004237. Grayscale: #D2D2D2. Windows color (decimal): -16952 or 13155839. OLE color: 13155839.

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

Color convert

RGB255189200-
CMYK00.260.220
HSL350º100%87.06%-
HSV(B)350º25.88%100%-
XYZ69.8661.8362.89-
YUV209.99122.37160.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 200 (78.52% from 255) = 31.06%
R=39.60%
G=29.35%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518920000.260.22035010087.06
HexFFBDC801A16015e6457
Octal377275310032260536144127
Binary11111111101111011100100001101010110010101111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDC8; }

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

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

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

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

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

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

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

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