#FE6895

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

Shades of Brink Pink #FE6895

Tints of Brink Pink #FE6895

Color information

#FE6895 (or 0xFE6895) is unknown color: approx Brink Pink. HEX triplet: FE, 68 and 95. RGB value is (254,104,149). Sum of RGB (Red+Green+Blue) = 254+104+149=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6895 is #01976A. Grayscale: #999999. Windows color (decimal): -104299 or 9791742. OLE color: 9791742.

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

Color convert

RGB254104149-
CMYK00.590.410.00
HSL342º98.68%70.2%-
HSV(B)342º59.06%99.61%-
XYZ51.2533.1432.13-
YUV153.98125.2199.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=50.10%
G=20.51%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410414900.590.410.0034298.6870.2
HexFE689503B2901566346
Octal376150225073510526143106
Binary111111101101000100101010111011101001010101011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6895; }

 p { color: rgb(254,104,149); }

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

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

 a { background-color: rgb(254,104,149); }

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

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

 span { border-color: rgb(254,104,149); }

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