Html Css Color HEX #FE6286 Brink Pink

📋 copy color: '#FE6286'

red 254 ◦ green 98 ◦ blue 134

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

Shades of Brink Pink #FE6286

Tints of Brink Pink #FE6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.16%

 BLUE value IS 134 (52.73% from 255) = 27.57%

R = 52.26%
G = 20.16%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE6286 (or 0xFE6286) is known color: Brink Pink. HEX triplet: FE, 62 and 86. RGB value is (254,98,134). Sum of RGB (Red+Green+Blue) = 254+98+134=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6286 is #019D79. Grayscale: #949494. Windows color (decimal): -105850 or 8807166. OLE color: 8807166.

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

Color convert

RGB 254 98 134 -
CMYK 0 0.61 0.47 0.00
HSL 346.15º 0.99% 0.69% -
HSV(B) 346.15º 0.61% 1% -
XYZ 49.54 31.53 26.03 -
YUV 148.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 254 98 134 0 0.61 0.47 0.00 346.15 0.99 0.69
Hex FE 62 86 0 3D 2F 0 15A 63 45
Octal 376 142 206 0 75 57 0 532 143 105
Binary 11111110 1100010 10000110 0 111101 101111 0 101011010 1100011 1000101

Color Harmonies of #FE6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6286

Black with #FE6286

Text Example


Text Example

White with #FE6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6286; }

 p { color: rgb(254,98,134); }

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

background-color css

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

 a { background-color: rgb(254,98,134); }

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

border-color css

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

 span { border-color: rgb(254,98,134); }

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