Html Css Color HEX #FE6682 Brink Pink

📋 copy color: '#FE6682'

red 254 ◦ green 102 ◦ blue 130

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

Shades of Brink Pink #FE6682

Tints of Brink Pink #FE6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.99%

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 52.26%
G = 20.99%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6682 (or 0xFE6682) is known color: Brink Pink. HEX triplet: FE, 66 and 82. RGB value is (254,102,130). Sum of RGB (Red+Green+Blue) = 254+102+130=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6682 is #01997D. Grayscale: #969696. Windows color (decimal): -104830 or 8546046. OLE color: 8546046.

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

Color convert

RGB 254 102 130 -
CMYK 0 0.60 0.49 0.00
HSL 348.95º 0.99% 0.7% -
HSV(B) 348.95º 0.6% 1% -
XYZ 49.65 32.19 24.71 -
YUV 150.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 254 102 130 0 0.60 0.49 0.00 348.95 0.99 0.7
Hex FE 66 82 0 3C 31 0 15D 63 46
Octal 376 146 202 0 74 61 0 535 143 106
Binary 11111110 1100110 10000010 0 111100 110001 0 101011101 1100011 1000110

Color Harmonies of #FE6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6682

Black with #FE6682

Text Example


Text Example

White with #FE6682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6682; }

 p { color: rgb(254,102,130); }

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

background-color css

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

 a { background-color: rgb(254,102,130); }

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

border-color css

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

 span { border-color: rgb(254,102,130); }

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