Html Css Color HEX #FC6386 Brink Pink

📋 copy color: '#FC6386'

red 252 ◦ green 99 ◦ blue 134

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

Shades of Brink Pink #FC6386

Tints of Brink Pink #FC6386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.41%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 51.96%
G = 20.41%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6386 (or 0xFC6386) is known color: Brink Pink. HEX triplet: FC, 63 and 86. RGB value is (252,99,134). Sum of RGB (Red+Green+Blue) = 252+99+134=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6386 is #039C79. Grayscale: #949494. Windows color (decimal): -236666 or 8807420. OLE color: 8807420.

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

Color convert

RGB 252 99 134 -
CMYK 0 0.61 0.47 0.01
HSL 346.27º 0.96% 0.69% -
HSV(B) 346.27º 0.61% 0.99% -
XYZ 48.91 31.34 26.03 -
YUV 148.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 252 99 134 0 0.61 0.47 0.01 346.27 0.96 0.69
Hex FC 63 86 0 3D 2F 1 15A 60 45
Octal 374 143 206 0 75 57 1 532 140 105
Binary 11111100 1100011 10000110 0 111101 101111 1 101011010 1100000 1000101

Color Harmonies of #FC6386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6386

Black with #FC6386

Text Example


Text Example

White with #FC6386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6386; }

 p { color: rgb(252,99,134); }

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

background-color css

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

 a { background-color: rgb(252,99,134); }

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

border-color css

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

 span { border-color: rgb(252,99,134); }

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