#FE6B8F

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

Shades of Brink Pink #FE6B8F

Tints of Brink Pink #FE6B8F

Color information

#FE6B8F (or 0xFE6B8F) is unknown color: approx Brink Pink. HEX triplet: FE, 6B and 8F. RGB value is (254,107,143). Sum of RGB (Red+Green+Blue) = 254+107+143=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B8F is #019470. Grayscale: #9B9B9B. Windows color (decimal): -103537 or 9399294. OLE color: 9399294.

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

Color convert

RGB254107143-
CMYK00.580.440.00
HSL345.31º98.66%70.78%-
HSV(B)345.31º57.87%99.61%-
XYZ51.0933.5729.77-
YUV155.06121.2198.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=50.40%
G=21.23%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410714300.580.440.00345.3198.6670.78
HexFE6B8F03A2C01596347
Octal376153217072540531143107
Binary111111101101011100011110111010101100010101100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6B8F; }

 p { color: rgb(254,107,143); }

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

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

 a { background-color: rgb(254,107,143); }

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

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

 span { border-color: rgb(254,107,143); }

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