#FF698B

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

Shades of Brink Pink #FF698B

Tints of Brink Pink #FF698B

Color information

#FF698B (or 0xFF698B) is unknown color: approx Brink Pink. HEX triplet: FF, 69 and 8B. RGB value is (255,105,139). Sum of RGB (Red+Green+Blue) = 255+105+139=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF698B is #009674. Grayscale: #999999. Windows color (decimal): -38517 or 9136639. OLE color: 9136639.

HSL color Cylindrical-coordinate representation of color #FF698B: hue angle of 346.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF698B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255105139-
CMYK00.590.450
HSL346.4º100%70.59%-
HSV(B)346.4º58.82%100%-
XYZ50.9533.2328.15-
YUV153.73119.7200.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=51.10%
G=21.04%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510513900.590.450346.410070.59
HexFF698B03B2D015a6447
Octal377151213073550532144107
Binary111111111101001100010110111011101101010101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF698B; }

 p { color: rgb(255,105,139); }

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

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

 a { background-color: rgb(255,105,139); }

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

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

 span { border-color: rgb(255,105,139); }

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