#FFBDCC

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

Shades of Pink #FFBDCC

Tints of Pink #FFBDCC

Color information

#FFBDCC (or 0xFFBDCC) is unknown color: approx Pink. HEX triplet: FF, BD and CC. RGB value is (255,189,204). Sum of RGB (Red+Green+Blue) = 255+189+204=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDCC is #004233. Grayscale: #D2D2D2. Windows color (decimal): -16948 or 13417983. OLE color: 13417983.

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

Color convert

RGB255189204-
CMYK00.260.20
HSL346.36º100%87.06%-
HSV(B)346.36º25.88%100%-
XYZ70.3462.0165.39-
YUV210.44124.37159.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=39.35%
G=29.17%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518920400.260.20346.3610087.06
HexFFBDCC01A14015a6457
Octal377275314032240532144127
Binary11111111101111011100110001101010100010101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDCC; }

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

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

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

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

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

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

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

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