#FA697E

Color #FA697E Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FA697E

Tints of Brink Pink #FA697E

Color information

#FA697E (or 0xFA697E) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 7E. RGB value is (250,105,126). Sum of RGB (Red+Green+Blue) = 250+105+126=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA697E is #059681. Grayscale: #969696. Windows color (decimal): -366210 or 8284666. OLE color: 8284666.

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

Color convert

RGB250105126-
CMYK00.580.500.02
HSL351.31º93.55%69.61%-
HSV(B)351.31º58%98.04%-
XYZ48.2431.9323.36-
YUV150.75114.04198.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=51.98%
G=21.83%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010512600.580.500.02351.3193.5569.61
HexFA697E03A32215f5e46
Octal372151176072622537136106
Binary111110101101001111111001110101100101010101111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA697E; }

 p { color: rgb(250,105,126); }

 H1.HeaderClassName
 {
   color: #FA697E;
 }
 .AnyTagClassName
 {
   color: #FA697E;
 }
</style>
background-color css

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

 a { background-color: rgb(250,105,126); }

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

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

 span { border-color: rgb(250,105,126); }

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