Html Css Color HEX #FC6E85 Brink Pink

📋 copy color: '#FC6E85'

red 252 ◦ green 110 ◦ blue 133

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

Shades of Brink Pink #FC6E85

Tints of Brink Pink #FC6E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 50.91%
G = 22.22%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6E85 (or 0xFC6E85) is known color: Brink Pink. HEX triplet: FC, 6E and 85. RGB value is (252,110,133). Sum of RGB (Red+Green+Blue) = 252+110+133=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6E85 is #03917A. Grayscale: #9B9B9B. Windows color (decimal): -233851 or 8744700. OLE color: 8744700.

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

Color convert

RGB 252 110 133 -
CMYK 0 0.56 0.47 0.01
HSL 350.28º 0.96% 0.71% -
HSV(B) 350.28º 0.56% 0.99% -
XYZ 49.95 33.54 26.03 -
YUV 155.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 252 110 133 0 0.56 0.47 0.01 350.28 0.96 0.71
Hex FC 6E 85 0 38 2F 1 15E 60 47
Octal 374 156 205 0 70 57 1 536 140 107
Binary 11111100 1101110 10000101 0 111000 101111 1 101011110 1100000 1000111

Color Harmonies of #FC6E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E85

Black with #FC6E85

Text Example


Text Example

White with #FC6E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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