#FCBECC

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

Shades of Pink #FCBECC

Tints of Pink #FCBECC

Color information

#FCBECC (or 0xFCBECC) is unknown color: approx Pink. HEX triplet: FC, BE and CC. RGB value is (252,190,204). Sum of RGB (Red+Green+Blue) = 252+190+204=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECC is #034133. Grayscale: #D2D2D2. Windows color (decimal): -213300 or 13418236. OLE color: 13418236.

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

Color convert

RGB252190204-
CMYK00.250.190.01
HSL346.45º91.18%86.67%-
HSV(B)346.45º24.6%98.82%-
XYZ69.4661.8865.41-
YUV210.13124.54157.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=39.01%
G=29.41%
B=31.58%

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
Decimal25219020400.250.190.01346.4591.1886.67
HexFCBECC01913115a5b57
Octal374276314031231532133127
Binary11111100101111101100110001100110011110101101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBECC; }

 p { color: rgb(252,190,204); }

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

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

 a { background-color: rgb(252,190,204); }

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

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

 span { border-color: rgb(252,190,204); }

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