Html Css Color HEX #FD768D Brink Pink

📋 copy color: '#FD768D'

red 253 ◦ green 118 ◦ blue 141

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

Shades of Brink Pink #FD768D

Tints of Brink Pink #FD768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 49.41%
G = 23.05%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD768D (or 0xFD768D) is known color: Brink Pink. HEX triplet: FD, 76 and 8D. RGB value is (253,118,141). Sum of RGB (Red+Green+Blue) = 253+118+141=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD768D is #028972. Grayscale: #A1A1A1. Windows color (decimal): -166259 or 9271037. OLE color: 9271037.

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

Color convert

RGB 253 118 141 -
CMYK 0 0.53 0.44 0.01
HSL 349.78º 0.97% 0.73% -
HSV(B) 349.78º 0.53% 0.99% -
XYZ 51.79 35.76 29.37 -
YUV 160.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 253 118 141 0 0.53 0.44 0.01 349.78 0.97 0.73
Hex FD 76 8D 0 35 2C 1 15E 61 49
Octal 375 166 215 0 65 54 1 536 141 111
Binary 11111101 1110110 10001101 0 110101 101100 1 101011110 1100001 1001001

Color Harmonies of #FD768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD768D

Black with #FD768D

Text Example


Text Example

White with #FD768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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