#FC6B84

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

Shades of Brink Pink #FC6B84

Tints of Brink Pink #FC6B84

Color information

#FC6B84 (or 0xFC6B84) is unknown color: approx Brink Pink. HEX triplet: FC, 6B and 84. RGB value is (252,107,132). Sum of RGB (Red+Green+Blue) = 252+107+132=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B84 is #03947B. Grayscale: #999999. Windows color (decimal): -234620 or 8678396. OLE color: 8678396.

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

Color convert

RGB252107132-
CMYK00.580.480.01
HSL349.66º96.03%70.39%-
HSV(B)349.66º57.54%98.82%-
XYZ49.5732.8825.56-
YUV153.2116.04198.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=51.32%
G=21.79%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210713200.580.480.01349.6696.0370.39
HexFC6B8403A30115e6046
Octal374153204072601536140106
Binary111111001101011100001000111010110000110101111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B84; }

 p { color: rgb(252,107,132); }

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

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

 a { background-color: rgb(252,107,132); }

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

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

 span { border-color: rgb(252,107,132); }

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