Html Css Color HEX #FE677F Brink Pink

📋 copy color: '#FE677F'

red 254 ◦ green 103 ◦ blue 127

#FE677F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FE677F

Tints of Brink Pink #FE677F

RGB

 RED value IS 254 (99.61% from 255) = 52.48%

 GREEN value IS 103 (40.63% from 255) = 21.28%

 BLUE value IS 127 (50% from 255) = 26.24%

R = 52.48%
G = 21.28%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE677F (or 0xFE677F) is known color: Brink Pink. HEX triplet: FE, 67 and 7F. RGB value is (254,103,127). Sum of RGB (Red+Green+Blue) = 254+103+127=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE677F is #019880. Grayscale: #969696. Windows color (decimal): -104577 or 8349694. OLE color: 8349694.

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

Color convert

RGB 254 103 127 -
CMYK 0 0.59 0.50 0.00
HSL 350.46º 0.99% 0.7% -
HSV(B) 350.46º 0.59% 1% -
XYZ 49.55 32.3 23.7 -
YUV 150.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 254 103 127 0 0.59 0.50 0.00 350.46 0.99 0.7
Hex FE 67 7F 0 3B 32 0 15E 63 46
Octal 376 147 177 0 73 62 0 536 143 106
Binary 11111110 1100111 1111111 0 111011 110010 0 101011110 1100011 1000110

Color Harmonies of #FE677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE677F

Black with #FE677F

Text Example


Text Example

White with #FE677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE677F; }

 p { color: rgb(254,103,127); }

 H1.HeaderClassName
 {
   color: #FE677F;
 }
 .AnyTagClassName
 {
   color: #FE677F;
 }
</style>

background-color css

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

 a { background-color: rgb(254,103,127); }

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

border-color css

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

 span { border-color: rgb(254,103,127); }

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