Html Css Color HEX #FC6E7D Brink Pink

📋 copy color: '#FC6E7D'

red 252 ◦ green 110 ◦ blue 125

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

Shades of Brink Pink #FC6E7D

Tints of Brink Pink #FC6E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.59%

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

R = 51.75%
G = 22.59%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC6E7D (or 0xFC6E7D) is known color: Brink Pink. HEX triplet: FC, 6E and 7D. RGB value is (252,110,125). Sum of RGB (Red+Green+Blue) = 252+110+125=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E7D is #039182. Grayscale: #9A9A9A. Windows color (decimal): -233859 or 8220412. OLE color: 8220412.

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

Color convert

RGB 252 110 125 -
CMYK 0 0.56 0.50 0.01
HSL 353.66º 0.96% 0.71% -
HSV(B) 353.66º 0.56% 0.99% -
XYZ 49.42 33.33 23.23 -
YUV 154.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 252 110 125 0 0.56 0.50 0.01 353.66 0.96 0.71
Hex FC 6E 7D 0 38 32 1 162 60 47
Octal 374 156 175 0 70 62 1 542 140 107
Binary 11111100 1101110 1111101 0 111000 110010 1 101100010 1100000 1000111

Color Harmonies of #FC6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E7D

Black with #FC6E7D

Text Example


Text Example

White with #FC6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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