#FC767E

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

Shades of Brink Pink #FC767E

Tints of Brink Pink #FC767E

Color information

#FC767E (or 0xFC767E) is unknown color: approx Brink Pink. HEX triplet: FC, 76 and 7E. RGB value is (252,118,126). Sum of RGB (Red+Green+Blue) = 252+118+126=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC767E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC767E is #038981. Grayscale: #9F9F9F. Windows color (decimal): -231810 or 8287996. OLE color: 8287996.

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

Color convert

RGB252118126-
CMYK00.530.50.01
HSL356.42º95.71%72.55%-
HSV(B)356.42º53.17%98.82%-
XYZ50.3935.1623.87-
YUV158.98109.39194.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=50.81%
G=23.79%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211812600.530.50.01356.4295.7172.55
HexFC767E0353211646049
Octal374166176065621544140111
Binary11111100111011011111100110101110010110110010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC767E; }

 p { color: rgb(252,118,126); }

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

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

 a { background-color: rgb(252,118,126); }

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

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

 span { border-color: rgb(252,118,126); }

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