#FC6893

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

Shades of Brink Pink #FC6893

Tints of Brink Pink #FC6893

Color information

#FC6893 (or 0xFC6893) is unknown color: approx Brink Pink. HEX triplet: FC, 68 and 93. RGB value is (252,104,147). Sum of RGB (Red+Green+Blue) = 252+104+147=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6893 is #03976C. Grayscale: #999999. Windows color (decimal): -235373 or 9660668. OLE color: 9660668.

HSL color Cylindrical-coordinate representation of color #FC6893: hue angle of 342.57º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6893 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252104147-
CMYK00.590.420.01
HSL342.57º96.1%69.8%-
HSV(B)342.57º58.73%98.82%-
XYZ50.3632.731.26-
YUV153.15124.53198.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.10%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=50.10%
G=20.68%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210414700.590.420.01342.5796.169.8
HexFC689303B2A11576046
Octal374150223073521527140106
Binary111111001101000100100110111011101010110101011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6893; }

 p { color: rgb(252,104,147); }

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

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

 a { background-color: rgb(252,104,147); }

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

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

 span { border-color: rgb(252,104,147); }

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