#FFBDC6

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

Shades of Pink #FFBDC6

Tints of Pink #FFBDC6

Color information

#FFBDC6 (or 0xFFBDC6) is unknown color: approx Pink. HEX triplet: FF, BD and C6. RGB value is (255,189,198). Sum of RGB (Red+Green+Blue) = 255+189+198=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC6 is #004239. Grayscale: #D1D1D1. Windows color (decimal): -16954 or 13024767. OLE color: 13024767.

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

Color convert

RGB255189198-
CMYK00.260.220
HSL351.82º100%87.06%-
HSV(B)351.82º25.88%100%-
XYZ69.6361.7361.67-
YUV209.76121.37160.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 198 (77.73% from 255) = 30.84%
R=39.72%
G=29.44%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518919800.260.220351.8210087.06
HexFFBDC601A1601606457
Octal377275306032260540144127
Binary11111111101111011100011001101010110010110000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDC6; }

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

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

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

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

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

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

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

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