#FE647E

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

Shades of Brink Pink #FE647E

Tints of Brink Pink #FE647E

Color information

#FE647E (or 0xFE647E) is unknown color: approx Brink Pink. HEX triplet: FE, 64 and 7E. RGB value is (254,100,126). Sum of RGB (Red+Green+Blue) = 254+100+126=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE647E is #019B81. Grayscale: #959595. Windows color (decimal): -105346 or 8283390. OLE color: 8283390.

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

Color convert

RGB254100126-
CMYK00.610.500.00
HSL349.87º98.72%69.41%-
HSV(B)349.87º60.63%99.61%-
XYZ49.231.6923.26-
YUV149.01115.02202.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.92%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=52.92%
G=20.83%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410012600.610.500.00349.8798.7269.41
HexFE647E03D32015e6345
Octal376144176075620536143105
Binary11111110110010011111100111101110010010101111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE647E; }

 p { color: rgb(254,100,126); }

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

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

 a { background-color: rgb(254,100,126); }

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

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

 span { border-color: rgb(254,100,126); }

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