Html Css Color HEX #FC6E83 Brink Pink

📋 copy color: '#FC6E83'

red 252 ◦ green 110 ◦ blue 131

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

Shades of Brink Pink #FC6E83

Tints of Brink Pink #FC6E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.57%

R = 51.12%
G = 22.31%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6E83 (or 0xFC6E83) is known color: Brink Pink. HEX triplet: FC, 6E and 83. RGB value is (252,110,131). Sum of RGB (Red+Green+Blue) = 252+110+131=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6E83 is #03917C. Grayscale: #9A9A9A. Windows color (decimal): -233853 or 8613628. OLE color: 8613628.

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

Color convert

RGB 252 110 131 -
CMYK 0 0.56 0.48 0.01
HSL 351.13º 0.96% 0.71% -
HSV(B) 351.13º 0.56% 0.99% -
XYZ 49.82 33.49 25.31 -
YUV 154.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 252 110 131 0 0.56 0.48 0.01 351.13 0.96 0.71
Hex FC 6E 83 0 38 30 1 15F 60 47
Octal 374 156 203 0 70 60 1 537 140 107
Binary 11111100 1101110 10000011 0 111000 110000 1 101011111 1100000 1000111

Color Harmonies of #FC6E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E83

Black with #FC6E83

Text Example


Text Example

White with #FC6E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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