Html Css Color HEX #FE707E Brink Pink

📋 copy color: '#FE707E'

red 254 ◦ green 112 ◦ blue 126

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

Shades of Brink Pink #FE707E

Tints of Brink Pink #FE707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.76%

 BLUE value IS 126 (49.61% from 255) = 25.61%

R = 51.63%
G = 22.76%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE707E (or 0xFE707E) is known color: Brink Pink. HEX triplet: FE, 70 and 7E. RGB value is (254,112,126). Sum of RGB (Red+Green+Blue) = 254+112+126=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE707E is #018F81. Grayscale: #9C9C9C. Windows color (decimal): -102274 or 8286462. OLE color: 8286462.

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

Color convert

RGB 254 112 126 -
CMYK 0 0.56 0.50 0.00
HSL 354.08º 0.99% 0.72% -
HSV(B) 354.08º 0.56% 1% -
XYZ 50.43 34.17 23.68 -
YUV 156.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 254 112 126 0 0.56 0.50 0.00 354.08 0.99 0.72
Hex FE 70 7E 0 38 32 0 162 63 48
Octal 376 160 176 0 70 62 0 542 143 110
Binary 11111110 1110000 1111110 0 111000 110010 0 101100010 1100011 1001000

Color Harmonies of #FE707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE707E

Black with #FE707E

Text Example


Text Example

White with #FE707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE707E; }

 p { color: rgb(254,112,126); }

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

background-color css

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

 a { background-color: rgb(254,112,126); }

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

border-color css

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

 span { border-color: rgb(254,112,126); }

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