Html Css Color HEX #FD708C Brink Pink

📋 copy color: '#FD708C'

red 253 ◦ green 112 ◦ blue 140

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

Shades of Brink Pink #FD708C

Tints of Brink Pink #FD708C

RGB

 RED value IS 253 (99.22% from 255) = 50.1%

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

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

R = 50.1%
G = 22.18%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD708C (or 0xFD708C) is known color: Brink Pink. HEX triplet: FD, 70 and 8C. RGB value is (253,112,140). Sum of RGB (Red+Green+Blue) = 253+112+140=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD708C is #028F73. Grayscale: #9D9D9D. Windows color (decimal): -167796 or 9203965. OLE color: 9203965.

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

Color convert

RGB 253 112 140 -
CMYK 0 0.56 0.45 0.01
HSL 348.09º 0.97% 0.72% -
HSV(B) 348.09º 0.56% 0.99% -
XYZ 51.04 34.36 28.75 -
YUV 157.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 253 112 140 0 0.56 0.45 0.01 348.09 0.97 0.72
Hex FD 70 8C 0 38 2D 1 15C 61 48
Octal 375 160 214 0 70 55 1 534 141 110
Binary 11111101 1110000 10001100 0 111000 101101 1 101011100 1100001 1001000

Color Harmonies of #FD708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD708C

Black with #FD708C

Text Example


Text Example

White with #FD708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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