Html Css Color HEX #FD768C Brink Pink

📋 copy color: '#FD768C'

red 253 ◦ green 118 ◦ blue 140

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

Shades of Brink Pink #FD768C

Tints of Brink Pink #FD768C

RGB

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

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

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

R = 49.51%
G = 23.09%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD768C (or 0xFD768C) is known color: Brink Pink. HEX triplet: FD, 76 and 8C. RGB value is (253,118,140). Sum of RGB (Red+Green+Blue) = 253+118+140=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD768C is #028973. Grayscale: #A0A0A0. Windows color (decimal): -166260 or 9205501. OLE color: 9205501.

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

Color convert

RGB 253 118 140 -
CMYK 0 0.53 0.45 0.01
HSL 350.22º 0.97% 0.73% -
HSV(B) 350.22º 0.53% 0.99% -
XYZ 51.72 35.73 28.98 -
YUV 160.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 253 118 140 0 0.53 0.45 0.01 350.22 0.97 0.73
Hex FD 76 8C 0 35 2D 1 15E 61 49
Octal 375 166 214 0 65 55 1 536 141 111
Binary 11111101 1110110 10001100 0 110101 101101 1 101011110 1100001 1001001

Color Harmonies of #FD768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD768C

Black with #FD768C

Text Example


Text Example

White with #FD768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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