Html Css Color HEX #FE768C Brink Pink

📋 copy color: '#FE768C'

red 254 ◦ green 118 ◦ blue 140

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

Shades of Brink Pink #FE768C

Tints of Brink Pink #FE768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 49.61%
G = 23.05%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE768C (or 0xFE768C) is known color: Brink Pink. HEX triplet: FE, 76 and 8C. RGB value is (254,118,140). Sum of RGB (Red+Green+Blue) = 254+118+140=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE768C is #018973. Grayscale: #A1A1A1. Windows color (decimal): -100724 or 9205502. OLE color: 9205502.

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

Color convert

RGB 254 118 140 -
CMYK 0 0.54 0.45 0.00
HSL 350.29º 0.99% 0.73% -
HSV(B) 350.29º 0.54% 1% -
XYZ 52.09 35.92 29 -
YUV 161.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 254 118 140 0 0.54 0.45 0.00 350.29 0.99 0.73
Hex FE 76 8C 0 36 2D 0 15E 63 49
Octal 376 166 214 0 66 55 0 536 143 111
Binary 11111110 1110110 10001100 0 110110 101101 0 101011110 1100011 1001001

Color Harmonies of #FE768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE768C

Black with #FE768C

Text Example


Text Example

White with #FE768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE768C; }

 p { color: rgb(254,118,140); }

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

background-color css

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

 a { background-color: rgb(254,118,140); }

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

border-color css

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

 span { border-color: rgb(254,118,140); }

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