#FCBDC7

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

Shades of Pink #FCBDC7

Tints of Pink #FCBDC7

Color information

#FCBDC7 (or 0xFCBDC7) is unknown color: approx Pink. HEX triplet: FC, BD and C7. RGB value is (252,189,199). Sum of RGB (Red+Green+Blue) = 252+189+199=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC7 is #034238. Grayscale: #D1D1D1. Windows color (decimal): -213561 or 13090300. OLE color: 13090300.

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

Color convert

RGB252189199-
CMYK00.250.210.01
HSL350.48º91.3%86.47%-
HSV(B)350.48º25%98.82%-
XYZ68.6561.2162.23-
YUV208.98122.37158.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 199 (78.12% from 255) = 31.09%
R=39.38%
G=29.53%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218919900.250.210.01350.4891.386.47
HexFCBDC701915115e5b56
Octal374275307031251536133126
Binary11111100101111011100011101100110101110101111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDC7; }

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

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

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

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

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

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

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

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