#FCBECA

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

Shades of Pink #FCBECA

Tints of Pink #FCBECA

Color information

#FCBECA (or 0xFCBECA) is unknown color: approx Pink. HEX triplet: FC, BE and CA. RGB value is (252,190,202). Sum of RGB (Red+Green+Blue) = 252+190+202=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBECA is #034135. Grayscale: #D1D1D1. Windows color (decimal): -213302 or 13287164. OLE color: 13287164.

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

Color convert

RGB252190202-
CMYK00.250.200.01
HSL348.39º91.18%86.67%-
HSV(B)348.39º24.6%98.82%-
XYZ69.2261.7964.15-
YUV209.91123.54158.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=39.13%
G=29.50%
B=31.37%

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
Decimal25219020200.250.200.01348.3991.1886.67
HexFCBECA01914115c5b57
Octal374276312031241534133127
Binary11111100101111101100101001100110100110101110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBECA; }

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

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

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

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

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

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

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

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