#FE667B

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

Shades of Brink Pink #FE667B

Tints of Brink Pink #FE667B

Color information

#FE667B (or 0xFE667B) is unknown color: approx Brink Pink. HEX triplet: FE, 66 and 7B. RGB value is (254,102,123). Sum of RGB (Red+Green+Blue) = 254+102+123=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE667B is #019984. Grayscale: #959595. Windows color (decimal): -104837 or 8087294. OLE color: 8087294.

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

Color convert

RGB254102123-
CMYK00.600.520.00
HSL351.71º98.7%69.8%-
HSV(B)351.71º59.84%99.61%-
XYZ49.23222.32-
YUV149.84112.86202.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=53.03%
G=21.29%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410212300.600.520.00351.7198.769.8
HexFE667B03C3401606346
Octal376146173074640540143106
Binary11111110110011011110110111100110100010110000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE667B; }

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

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

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

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

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

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

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

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