Html Css Color HEX #FE708C Brink Pink

📋 copy color: '#FE708C'

red 254 ◦ green 112 ◦ blue 140

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

Shades of Brink Pink #FE708C

Tints of Brink Pink #FE708C

RGB

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

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

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

R = 50.2%
G = 22.13%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE708C (or 0xFE708C) is known color: Brink Pink. HEX triplet: FE, 70 and 8C. RGB value is (254,112,140). Sum of RGB (Red+Green+Blue) = 254+112+140=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE708C is #018F73. Grayscale: #9D9D9D. Windows color (decimal): -102260 or 9203966. OLE color: 9203966.

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

Color convert

RGB 254 112 140 -
CMYK 0 0.56 0.45 0.00
HSL 348.17º 0.99% 0.72% -
HSV(B) 348.17º 0.56% 1% -
XYZ 51.4 34.55 28.77 -
YUV 157.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 254 112 140 0 0.56 0.45 0.00 348.17 0.99 0.72
Hex FE 70 8C 0 38 2D 0 15C 63 48
Octal 376 160 214 0 70 55 0 534 143 110
Binary 11111110 1110000 10001100 0 111000 101101 0 101011100 1100011 1001000

Color Harmonies of #FE708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE708C

Black with #FE708C

Text Example


Text Example

White with #FE708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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