#FCBDCF

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

Shades of Pink #FCBDCF

Tints of Pink #FCBDCF

Color information

#FCBDCF (or 0xFCBDCF) is unknown color: approx Pink. HEX triplet: FC, BD and CF. RGB value is (252,189,207). Sum of RGB (Red+Green+Blue) = 252+189+207=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCF is #034230. Grayscale: #D1D1D1. Windows color (decimal): -213553 or 13614588. OLE color: 13614588.

HSL color Cylindrical-coordinate representation of color #FCBDCF: hue angle of 342.86º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBDCF is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252189207-
CMYK00.250.180.01
HSL342.86º91.3%86.47%-
HSV(B)342.86º25%98.82%-
XYZ69.661.667.25-
YUV209.89126.37158.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=38.89%
G=29.17%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218920700.250.180.01342.8691.386.47
HexFCBDCF0191211575b56
Octal374275317031221527133126
Binary11111100101111011100111101100110010110101011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDCF; }

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

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

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

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

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

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

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

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