Html Css Color HEX #FA688D Brink Pink

📋 copy color: '#FA688D'

red 250 ◦ green 104 ◦ blue 141

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

Shades of Brink Pink #FA688D

Tints of Brink Pink #FA688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 50.51%
G = 21.01%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA688D (or 0xFA688D) is known color: Brink Pink. HEX triplet: FA, 68 and 8D. RGB value is (250,104,141). Sum of RGB (Red+Green+Blue) = 250+104+141=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA688D is #059772. Grayscale: #979797. Windows color (decimal): -366451 or 9267450. OLE color: 9267450.

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

Color convert

RGB 250 104 141 -
CMYK 0 0.58 0.44 0.02
HSL 344.79º 0.94% 0.69% -
HSV(B) 344.79º 0.58% 0.98% -
XYZ 49.18 32.15 28.81 -
YUV 151.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 250 104 141 0 0.58 0.44 0.02 344.79 0.94 0.69
Hex FA 68 8D 0 3A 2C 2 159 5E 45
Octal 372 150 215 0 72 54 2 531 136 105
Binary 11111010 1101000 10001101 0 111010 101100 10 101011001 1011110 1000101

Color Harmonies of #FA688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA688D

Black with #FA688D

Text Example


Text Example

White with #FA688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA688D; }

 p { color: rgb(250,104,141); }

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

background-color css

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

 a { background-color: rgb(250,104,141); }

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

border-color css

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

 span { border-color: rgb(250,104,141); }

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