Html Css Color HEX #FA698C Brink Pink

📋 copy color: '#FA698C'

red 250 ◦ green 105 ◦ blue 140

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

Shades of Brink Pink #FA698C

Tints of Brink Pink #FA698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.21%

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 50.51%
G = 21.21%
B = 28.28%

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

#FA698C (or 0xFA698C) is known color: Brink Pink. HEX triplet: FA, 69 and 8C. RGB value is (250,105,140). Sum of RGB (Red+Green+Blue) = 250+105+140=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA698C is #059673. Grayscale: #989898. Windows color (decimal): -366196 or 9202170. OLE color: 9202170.

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

Color convert

RGB 250 105 140 -
CMYK 0 0.58 0.44 0.02
HSL 345.52º 0.94% 0.7% -
HSV(B) 345.52º 0.58% 0.98% -
XYZ 49.21 32.32 28.46 -
YUV 152.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 250 105 140 0 0.58 0.44 0.02 345.52 0.94 0.7
Hex FA 69 8C 0 3A 2C 2 15A 5E 46
Octal 372 151 214 0 72 54 2 532 136 106
Binary 11111010 1101001 10001100 0 111010 101100 10 101011010 1011110 1000110

Color Harmonies of #FA698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA698C

Black with #FA698C

Text Example


Text Example

White with #FA698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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