Html Css Color HEX #FA677B Brink Pink

📋 copy color: '#FA677B'

red 250 ◦ green 103 ◦ blue 123

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

Shades of Brink Pink #FA677B

Tints of Brink Pink #FA677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 52.52%
G = 21.64%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA677B (or 0xFA677B) is known color: Brink Pink. HEX triplet: FA, 67 and 7B. RGB value is (250,103,123). Sum of RGB (Red+Green+Blue) = 250+103+123=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA677B is #059884. Grayscale: #959595. Windows color (decimal): -366725 or 8087546. OLE color: 8087546.

HSL color Cylindrical-coordinate representation of color #FA677B: hue angle of 351.84º 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 #FA677B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 103 123 -
CMYK 0 0.59 0.51 0.02
HSL 351.84º 0.94% 0.69% -
HSV(B) 351.84º 0.59% 0.98% -
XYZ 47.85 31.45 22.29 -
YUV 149.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 250 103 123 0 0.59 0.51 0.02 351.84 0.94 0.69
Hex FA 67 7B 0 3B 33 2 160 5E 45
Octal 372 147 173 0 73 63 2 540 136 105
Binary 11111010 1100111 1111011 0 111011 110011 10 101100000 1011110 1000101

Color Harmonies of #FA677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA677B

Black with #FA677B

Text Example


Text Example

White with #FA677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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