#FE698E

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

Shades of Brink Pink #FE698E

Tints of Brink Pink #FE698E

Color information

#FE698E (or 0xFE698E) is unknown color: approx Brink Pink. HEX triplet: FE, 69 and 8E. RGB value is (254,105,142). Sum of RGB (Red+Green+Blue) = 254+105+142=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE698E is #019671. Grayscale: #999999. Windows color (decimal): -104050 or 9333246. OLE color: 9333246.

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

Color convert

RGB254105142-
CMYK00.590.440.00
HSL345.1º98.68%70.39%-
HSV(B)345.1º58.66%99.61%-
XYZ50.8133.1329.31-
YUV153.77121.36199.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=50.70%
G=20.96%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410514200.590.440.00345.198.6870.39
HexFE698E03B2C01596346
Octal376151216073540531143106
Binary111111101101001100011100111011101100010101100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE698E; }

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

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

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

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

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

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

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

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