Html Css Color HEX #FC677D Brink Pink

📋 copy color: '#FC677D'

red 252 ◦ green 103 ◦ blue 125

#FC677D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FC677D

Tints of Brink Pink #FC677D

RGB

 RED value IS 252 (98.83% from 255) = 52.5%

 GREEN value IS 103 (40.63% from 255) = 21.46%

 BLUE value IS 125 (49.22% from 255) = 26.04%

R = 52.5%
G = 21.46%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC677D (or 0xFC677D) is known color: Brink Pink. HEX triplet: FC, 67 and 7D. RGB value is (252,103,125). Sum of RGB (Red+Green+Blue) = 252+103+125=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC677D is #039882. Grayscale: #969696. Windows color (decimal): -235651 or 8218620. OLE color: 8218620.

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

Color convert

RGB 252 103 125 -
CMYK 0 0.59 0.50 0.01
HSL 351.14º 0.96% 0.7% -
HSV(B) 351.14º 0.59% 0.99% -
XYZ 48.7 31.88 22.99 -
YUV 150.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 252 103 125 0 0.59 0.50 0.01 351.14 0.96 0.7
Hex FC 67 7D 0 3B 32 1 15F 60 46
Octal 374 147 175 0 73 62 1 537 140 106
Binary 11111100 1100111 1111101 0 111011 110010 1 101011111 1100000 1000110

Color Harmonies of #FC677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC677D

Black with #FC677D

Text Example


Text Example

White with #FC677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC677D; }

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

 H1.HeaderClassName
 {
   color: #FC677D;
 }
 .AnyTagClassName
 {
   color: #FC677D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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