Html Css Color HEX #FD708D Brink Pink

📋 copy color: '#FD708D'

red 253 ◦ green 112 ◦ blue 141

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

Shades of Brink Pink #FD708D

Tints of Brink Pink #FD708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 50%
G = 22.13%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD708D (or 0xFD708D) is known color: Brink Pink. HEX triplet: FD, 70 and 8D. RGB value is (253,112,141). Sum of RGB (Red+Green+Blue) = 253+112+141=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD708D is #028F72. Grayscale: #9D9D9D. Windows color (decimal): -167795 or 9269501. OLE color: 9269501.

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

Color convert

RGB 253 112 141 -
CMYK 0 0.56 0.44 0.01
HSL 347.66º 0.97% 0.72% -
HSV(B) 347.66º 0.56% 0.99% -
XYZ 51.11 34.39 29.14 -
YUV 157.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 253 112 141 0 0.56 0.44 0.01 347.66 0.97 0.72
Hex FD 70 8D 0 38 2C 1 15C 61 48
Octal 375 160 215 0 70 54 1 534 141 110
Binary 11111101 1110000 10001101 0 111000 101100 1 101011100 1100001 1001000

Color Harmonies of #FD708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD708D

Black with #FD708D

Text Example


Text Example

White with #FD708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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