Html Css Color HEX #FE6C81 Brink Pink

📋 copy color: '#FE6C81'

red 254 ◦ green 108 ◦ blue 129

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

Shades of Brink Pink #FE6C81

Tints of Brink Pink #FE6C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 51.73%
G = 22%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6C81 (or 0xFE6C81) is known color: Brink Pink. HEX triplet: FE, 6C and 81. RGB value is (254,108,129). Sum of RGB (Red+Green+Blue) = 254+108+129=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C81 is #01937E. Grayscale: #9A9A9A. Windows color (decimal): -103295 or 8482046. OLE color: 8482046.

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

Color convert

RGB 254 108 129 -
CMYK 0 0.57 0.49 0.00
HSL 351.37º 0.99% 0.71% -
HSV(B) 351.37º 0.57% 1% -
XYZ 50.2 33.38 24.57 -
YUV 154.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 254 108 129 0 0.57 0.49 0.00 351.37 0.99 0.71
Hex FE 6C 81 0 39 31 0 15F 63 47
Octal 376 154 201 0 71 61 0 537 143 107
Binary 11111110 1101100 10000001 0 111001 110001 0 101011111 1100011 1000111

Color Harmonies of #FE6C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C81

Black with #FE6C81

Text Example


Text Example

White with #FE6C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C81; }

 p { color: rgb(254,108,129); }

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

background-color css

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

 a { background-color: rgb(254,108,129); }

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

border-color css

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

 span { border-color: rgb(254,108,129); }

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