Html Css Color HEX #FE6896 Brink Pink

📋 copy color: '#FE6896'

red 254 ◦ green 104 ◦ blue 150

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

Shades of Brink Pink #FE6896

Tints of Brink Pink #FE6896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 50%
G = 20.47%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE6896 (or 0xFE6896) is known color: Brink Pink. HEX triplet: FE, 68 and 96. RGB value is (254,104,150). Sum of RGB (Red+Green+Blue) = 254+104+150=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6896 is #019769. Grayscale: #9A9A9A. Windows color (decimal): -104298 or 9857278. OLE color: 9857278.

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

Color convert

RGB 254 104 150 -
CMYK 0 0.59 0.41 0.00
HSL 341.6º 0.99% 0.7% -
HSV(B) 341.6º 0.59% 1% -
XYZ 51.33 33.17 32.55 -
YUV 154.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 254 104 150 0 0.59 0.41 0.00 341.6 0.99 0.7
Hex FE 68 96 0 3B 29 0 156 63 46
Octal 376 150 226 0 73 51 0 526 143 106
Binary 11111110 1101000 10010110 0 111011 101001 0 101010110 1100011 1000110

Color Harmonies of #FE6896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6896

Black with #FE6896

Text Example


Text Example

White with #FE6896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6896; }

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

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

background-color css

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

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

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

border-color css

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

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

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