Html Css Color HEX #FE6894 Brink Pink

📋 copy color: '#FE6894'

red 254 ◦ green 104 ◦ blue 148

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

Shades of Brink Pink #FE6894

Tints of Brink Pink #FE6894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 50.2%
G = 20.55%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE6894 (or 0xFE6894) is known color: Brink Pink. HEX triplet: FE, 68 and 94. RGB value is (254,104,148). Sum of RGB (Red+Green+Blue) = 254+104+148=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6894 is #01976B. Grayscale: #999999. Windows color (decimal): -104300 or 9726206. OLE color: 9726206.

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

Color convert

RGB 254 104 148 -
CMYK 0 0.59 0.42 0.00
HSL 342.4º 0.99% 0.7% -
HSV(B) 342.4º 0.59% 1% -
XYZ 51.17 33.11 31.71 -
YUV 153.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 254 104 148 0 0.59 0.42 0.00 342.4 0.99 0.7
Hex FE 68 94 0 3B 2A 0 156 63 46
Octal 376 150 224 0 73 52 0 526 143 106
Binary 11111110 1101000 10010100 0 111011 101010 0 101010110 1100011 1000110

Color Harmonies of #FE6894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6894

Black with #FE6894

Text Example


Text Example

White with #FE6894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6894; }

 p { color: rgb(254,104,148); }

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

background-color css

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

 a { background-color: rgb(254,104,148); }

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

border-color css

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

 span { border-color: rgb(254,104,148); }

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