Html Css Color HEX #FE6983 Brink Pink

📋 copy color: '#FE6983'

red 254 ◦ green 105 ◦ blue 131

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

Shades of Brink Pink #FE6983

Tints of Brink Pink #FE6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.43%

 BLUE value IS 131 (51.56% from 255) = 26.73%

R = 51.84%
G = 21.43%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE6983 (or 0xFE6983) is known color: Brink Pink. HEX triplet: FE, 69 and 83. RGB value is (254,105,131). Sum of RGB (Red+Green+Blue) = 254+105+131=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6983 is #01967C. Grayscale: #989898. Windows color (decimal): -104061 or 8612350. OLE color: 8612350.

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

Color convert

RGB 254 105 131 -
CMYK 0 0.59 0.48 0.00
HSL 349.53º 0.99% 0.7% -
HSV(B) 349.53º 0.59% 1% -
XYZ 50.02 32.81 25.17 -
YUV 152.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 254 105 131 0 0.59 0.48 0.00 349.53 0.99 0.7
Hex FE 69 83 0 3B 30 0 15E 63 46
Octal 376 151 203 0 73 60 0 536 143 106
Binary 11111110 1101001 10000011 0 111011 110000 0 101011110 1100011 1000110

Color Harmonies of #FE6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6983

Black with #FE6983

Text Example


Text Example

White with #FE6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6983; }

 p { color: rgb(254,105,131); }

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

background-color css

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

 a { background-color: rgb(254,105,131); }

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

border-color css

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

 span { border-color: rgb(254,105,131); }

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