#FFBDCA

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

Shades of Pink #FFBDCA

Tints of Pink #FFBDCA

Color information

#FFBDCA (or 0xFFBDCA) is unknown color: approx Pink. HEX triplet: FF, BD and CA. RGB value is (255,189,202). Sum of RGB (Red+Green+Blue) = 255+189+202=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDCA is #004235. Grayscale: #D2D2D2. Windows color (decimal): -16950 or 13286911. OLE color: 13286911.

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

Color convert

RGB255189202-
CMYK00.260.210
HSL348.18º100%87.06%-
HSV(B)348.18º25.88%100%-
XYZ70.161.9264.13-
YUV210.22123.37159.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=39.47%
G=29.26%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518920200.260.210348.1810087.06
HexFFBDCA01A15015c6457
Octal377275312032250534144127
Binary11111111101111011100101001101010101010101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDCA; }

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

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

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

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

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

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

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

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