#FFBDCF

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

Shades of Pink #FFBDCF

Tints of Pink #FFBDCF

Color information

#FFBDCF (or 0xFFBDCF) is unknown color: approx Pink. HEX triplet: FF, BD and CF. RGB value is (255,189,207). Sum of RGB (Red+Green+Blue) = 255+189+207=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDCF is #004230. Grayscale: #D2D2D2. Windows color (decimal): -16945 or 13614591. OLE color: 13614591.

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

Color convert

RGB255189207-
CMYK00.260.190
HSL343.64º100%87.06%-
HSV(B)343.64º25.88%100%-
XYZ70.762.1667.3-
YUV210.79125.87159.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=39.17%
G=29.03%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518920700.260.190343.6410087.06
HexFFBDCF01A1301586457
Octal377275317032230530144127
Binary11111111101111011100111101101010011010101100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDCF; }

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

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

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

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

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

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

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

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