Html Css Color HEX #FD687C Brink Pink

📋 copy color: '#FD687C'

red 253 ◦ green 104 ◦ blue 124

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

Shades of Brink Pink #FD687C

Tints of Brink Pink #FD687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.62%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 52.6%
G = 21.62%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD687C (or 0xFD687C) is known color: Brink Pink. HEX triplet: FD, 68 and 7C. RGB value is (253,104,124). Sum of RGB (Red+Green+Blue) = 253+104+124=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD687C is #029783. Grayscale: #969696. Windows color (decimal): -169860 or 8153341. OLE color: 8153341.

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

Color convert

RGB 253 104 124 -
CMYK 0 0.59 0.51 0.01
HSL 351.95º 0.97% 0.7% -
HSV(B) 351.95º 0.59% 0.99% -
XYZ 49.1 32.24 22.7 -
YUV 150.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 253 104 124 0 0.59 0.51 0.01 351.95 0.97 0.7
Hex FD 68 7C 0 3B 33 1 160 61 46
Octal 375 150 174 0 73 63 1 540 141 106
Binary 11111101 1101000 1111100 0 111011 110011 1 101100000 1100001 1000110

Color Harmonies of #FD687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD687C

Black with #FD687C

Text Example


Text Example

White with #FD687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD687C; }

 p { color: rgb(253,104,124); }

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

background-color css

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

 a { background-color: rgb(253,104,124); }

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

border-color css

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

 span { border-color: rgb(253,104,124); }

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