#FCBDCA

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

Shades of Pink #FCBDCA

Tints of Pink #FCBDCA

Color information

#FCBDCA (or 0xFCBDCA) is unknown color: approx Pink. HEX triplet: FC, BD and CA. RGB value is (252,189,202). Sum of RGB (Red+Green+Blue) = 252+189+202=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCA is #034235. Grayscale: #D1D1D1. Windows color (decimal): -213558 or 13286908. OLE color: 13286908.

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

Color convert

RGB252189202-
CMYK00.250.200.01
HSL347.62º91.3%86.47%-
HSV(B)347.62º25%98.82%-
XYZ6961.3564.08-
YUV209.32123.87158.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=39.19%
G=29.39%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218920200.250.200.01347.6291.386.47
HexFCBDCA01914115c5b56
Octal374275312031241534133126
Binary11111100101111011100101001100110100110101110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDCA; }

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

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

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

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

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

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

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

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