Html Css Color HEX #FA678E Brink Pink

📋 copy color: '#FA678E'

red 250 ◦ green 103 ◦ blue 142

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

Shades of Brink Pink #FA678E

Tints of Brink Pink #FA678E

RGB

 RED value IS 250 (98.05% from 255) = 50.51%

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

 BLUE value IS 142 (55.86% from 255) = 28.69%

R = 50.51%
G = 20.81%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA678E (or 0xFA678E) is known color: Brink Pink. HEX triplet: FA, 67 and 8E. RGB value is (250,103,142). Sum of RGB (Red+Green+Blue) = 250+103+142=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA678E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA678E is #059871. Grayscale: #979797. Windows color (decimal): -366706 or 9332730. OLE color: 9332730.

HSL color Cylindrical-coordinate representation of color #FA678E: hue angle of 344.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA678E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 103 142 -
CMYK 0 0.59 0.43 0.02
HSL 344.08º 0.94% 0.69% -
HSV(B) 344.08º 0.59% 0.98% -
XYZ 49.16 31.98 29.17 -
YUV 151.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 250 103 142 0 0.59 0.43 0.02 344.08 0.94 0.69
Hex FA 67 8E 0 3B 2B 2 158 5E 45
Octal 372 147 216 0 73 53 2 530 136 105
Binary 11111010 1100111 10001110 0 111011 101011 10 101011000 1011110 1000101

Color Harmonies of #FA678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA678E

Black with #FA678E

Text Example


Text Example

White with #FA678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA678E; }

 p { color: rgb(250,103,142); }

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

background-color css

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

 a { background-color: rgb(250,103,142); }

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

border-color css

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

 span { border-color: rgb(250,103,142); }

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