#FE668E

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

Shades of Brink Pink #FE668E

Tints of Brink Pink #FE668E

Color information

#FE668E (or 0xFE668E) is unknown color: approx Brink Pink. HEX triplet: FE, 66 and 8E. RGB value is (254,102,142). Sum of RGB (Red+Green+Blue) = 254+102+142=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE668E is #019971. Grayscale: #989898. Windows color (decimal): -104818 or 9332478. OLE color: 9332478.

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

Color convert

RGB254102142-
CMYK00.600.440.00
HSL344.21º98.7%69.8%-
HSV(B)344.21º59.84%99.61%-
XYZ50.5132.5329.21-
YUV152.01122.36200.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=51.00%
G=20.48%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410214200.600.440.00344.2198.769.8
HexFE668E03C2C01586346
Octal376146216074540530143106
Binary111111101100110100011100111100101100010101100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE668E; }

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

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

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

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

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

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

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

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