#FE668C

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

Shades of Brink Pink #FE668C

Tints of Brink Pink #FE668C

Color information

#FE668C (or 0xFE668C) is unknown color: approx Brink Pink. HEX triplet: FE, 66 and 8C. RGB value is (254,102,140). Sum of RGB (Red+Green+Blue) = 254+102+140=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE668C is #019973. Grayscale: #979797. Windows color (decimal): -104820 or 9201406. OLE color: 9201406.

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

Color convert

RGB254102140-
CMYK00.600.450.00
HSL345º98.7%69.8%-
HSV(B)345º59.84%99.61%-
XYZ50.3632.4728.42-
YUV151.78121.36200.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=51.21%
G=20.56%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410214000.600.450.0034598.769.8
HexFE668C03C2D01596346
Octal376146214074550531143106
Binary111111101100110100011000111100101101010101100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE668C; }

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

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

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

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

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

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

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

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