#FCBDCB

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

Shades of Pink #FCBDCB

Tints of Pink #FCBDCB

Color information

#FCBDCB (or 0xFCBDCB) is unknown color: approx Pink. HEX triplet: FC, BD and CB. RGB value is (252,189,203). Sum of RGB (Red+Green+Blue) = 252+189+203=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDCB is #034234. Grayscale: #D1D1D1. Windows color (decimal): -213557 or 13352444. OLE color: 13352444.

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

Color convert

RGB252189203-
CMYK00.250.190.01
HSL346.67º91.3%86.47%-
HSV(B)346.67º25%98.82%-
XYZ69.1261.464.71-
YUV209.43124.37158.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=39.13%
G=29.35%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218920300.250.190.01346.6791.386.47
HexFCBDCB01913115b5b56
Octal374275313031231533133126
Binary11111100101111011100101101100110011110101101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDCB; }

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

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

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

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

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

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

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

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