#FC677F

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

Shades of Brink Pink #FC677F

Tints of Brink Pink #FC677F

Color information

#FC677F (or 0xFC677F) is unknown color: approx Brink Pink. HEX triplet: FC, 67 and 7F. RGB value is (252,103,127). Sum of RGB (Red+Green+Blue) = 252+103+127=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC677F is #039880. Grayscale: #969696. Windows color (decimal): -235649 or 8349692. OLE color: 8349692.

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

Color convert

RGB252103127-
CMYK00.590.500.01
HSL350.34º96.13%69.61%-
HSV(B)350.34º59.13%98.82%-
XYZ48.8331.9323.67-
YUV150.29114.86200.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.28%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 127 (50% from 255) = 26.35%
R=52.28%
G=21.37%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210312700.590.500.01350.3496.1369.61
HexFC677F03B32115e6046
Octal374147177073621536140106
Binary11111100110011111111110111011110010110101111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC677F; }

 p { color: rgb(252,103,127); }

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

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

 a { background-color: rgb(252,103,127); }

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

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

 span { border-color: rgb(252,103,127); }

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