Html Css Color HEX #FE707C Brink Pink

📋 copy color: '#FE707C'

red 254 ◦ green 112 ◦ blue 124

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

Shades of Brink Pink #FE707C

Tints of Brink Pink #FE707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 51.84%
G = 22.86%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE707C (or 0xFE707C) is known color: Brink Pink. HEX triplet: FE, 70 and 7C. RGB value is (254,112,124). Sum of RGB (Red+Green+Blue) = 254+112+124=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE707C is #018F83. Grayscale: #9B9B9B. Windows color (decimal): -102276 or 8155390. OLE color: 8155390.

HSL color Cylindrical-coordinate representation of color #FE707C: hue angle of 354.93º 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 #FE707C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 124 -
CMYK 0 0.56 0.51 0.00
HSL 354.93º 0.99% 0.72% -
HSV(B) 354.93º 0.56% 1% -
XYZ 50.31 34.11 23 -
YUV 155.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 254 112 124 0 0.56 0.51 0.00 354.93 0.99 0.72
Hex FE 70 7C 0 38 33 0 163 63 48
Octal 376 160 174 0 70 63 0 543 143 110
Binary 11111110 1110000 1111100 0 111000 110011 0 101100011 1100011 1001000

Color Harmonies of #FE707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE707C

Black with #FE707C

Text Example


Text Example

White with #FE707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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