Html Css Color HEX #FE788A Brink Pink

📋 copy color: '#FE788A'

red 254 ◦ green 120 ◦ blue 138

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

Shades of Brink Pink #FE788A

Tints of Brink Pink #FE788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.44%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 49.61%
G = 23.44%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE788A (or 0xFE788A) is known color: Brink Pink. HEX triplet: FE, 78 and 8A. RGB value is (254,120,138). Sum of RGB (Red+Green+Blue) = 254+120+138=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE788A is #018775. Grayscale: #A2A2A2. Windows color (decimal): -100214 or 9074942. OLE color: 9074942.

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

Color convert

RGB 254 120 138 -
CMYK 0 0.53 0.46 0.00
HSL 351.94º 0.99% 0.73% -
HSV(B) 351.94º 0.53% 1% -
XYZ 52.18 36.34 28.31 -
YUV 162.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 254 120 138 0 0.53 0.46 0.00 351.94 0.99 0.73
Hex FE 78 8A 0 35 2E 0 160 63 49
Octal 376 170 212 0 65 56 0 540 143 111
Binary 11111110 1111000 10001010 0 110101 101110 0 101100000 1100011 1001001

Color Harmonies of #FE788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE788A

Black with #FE788A

Text Example


Text Example

White with #FE788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE788A; }

 p { color: rgb(254,120,138); }

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

background-color css

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

 a { background-color: rgb(254,120,138); }

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

border-color css

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

 span { border-color: rgb(254,120,138); }

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