Html Css Color HEX #FD677F Brink Pink

📋 copy color: '#FD677F'

red 253 ◦ green 103 ◦ blue 127

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

Shades of Brink Pink #FD677F

Tints of Brink Pink #FD677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

 BLUE value IS 127 (50% from 255) = 26.29%

R = 52.38%
G = 21.33%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD677F (or 0xFD677F) is known color: Brink Pink. HEX triplet: FD, 67 and 7F. RGB value is (253,103,127). Sum of RGB (Red+Green+Blue) = 253+103+127=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD677F is #029880. Grayscale: #969696. Windows color (decimal): -170113 or 8349693. OLE color: 8349693.

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

Color convert

RGB 253 103 127 -
CMYK 0 0.59 0.50 0.01
HSL 350.4º 0.97% 0.7% -
HSV(B) 350.4º 0.59% 0.99% -
XYZ 49.19 32.12 23.69 -
YUV 150.59 114.7 201.05 -
System Red Green Blue C M Y K H S L
Decimal 253 103 127 0 0.59 0.50 0.01 350.4 0.97 0.7
Hex FD 67 7F 0 3B 32 1 15E 61 46
Octal 375 147 177 0 73 62 1 536 141 106
Binary 11111101 1100111 1111111 0 111011 110010 1 101011110 1100001 1000110

Color Harmonies of #FD677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD677F

Black with #FD677F

Text Example


Text Example

White with #FD677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD677F; }

 p { color: rgb(253,103,127); }

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

background-color css

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

 a { background-color: rgb(253,103,127); }

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

border-color css

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

 span { border-color: rgb(253,103,127); }

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