#FE698B

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

Shades of Brink Pink #FE698B

Tints of Brink Pink #FE698B

Color information

#FE698B (or 0xFE698B) is unknown color: approx Brink Pink. HEX triplet: FE, 69 and 8B. RGB value is (254,105,139). Sum of RGB (Red+Green+Blue) = 254+105+139=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE698B is #019674. Grayscale: #999999. Windows color (decimal): -104053 or 9136638. OLE color: 9136638.

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

Color convert

RGB254105139-
CMYK00.590.450.00
HSL346.31º98.68%70.39%-
HSV(B)346.31º58.66%99.61%-
XYZ50.5833.0428.14-
YUV153.43119.86199.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=51.00%
G=21.08%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410513900.590.450.00346.3198.6870.39
HexFE698B03B2D015a6346
Octal376151213073550532143106
Binary111111101101001100010110111011101101010101101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE698B; }

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

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

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

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

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

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

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

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