#FFBDC9

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

Shades of Pink #FFBDC9

Tints of Pink #FFBDC9

Color information

#FFBDC9 (or 0xFFBDC9) is unknown color: approx Pink. HEX triplet: FF, BD and C9. RGB value is (255,189,201). Sum of RGB (Red+Green+Blue) = 255+189+201=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC9 is #004236. Grayscale: #D2D2D2. Windows color (decimal): -16951 or 13221375. OLE color: 13221375.

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

Color convert

RGB255189201-
CMYK00.260.210
HSL349.09º100%87.06%-
HSV(B)349.09º25.88%100%-
XYZ69.9861.8763.51-
YUV210.1122.87160.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=39.53%
G=29.30%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518920100.260.210349.0910087.06
HexFFBDC901A15015d6457
Octal377275311032250535144127
Binary11111111101111011100100101101010101010101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDC9; }

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

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

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

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

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

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

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

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