Html Css Color HEX #FD687D Brink Pink

📋 copy color: '#FD687D'

red 253 ◦ green 104 ◦ blue 125

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

Shades of Brink Pink #FD687D

Tints of Brink Pink #FD687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 52.49%
G = 21.58%
B = 25.93%

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

#FD687D (or 0xFD687D) is known color: Brink Pink. HEX triplet: FD, 68 and 7D. RGB value is (253,104,125). Sum of RGB (Red+Green+Blue) = 253+104+125=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD687D is #029782. Grayscale: #979797. Windows color (decimal): -169859 or 8218877. OLE color: 8218877.

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

Color convert

RGB 253 104 125 -
CMYK 0 0.59 0.51 0.01
HSL 351.54º 0.97% 0.7% -
HSV(B) 351.54º 0.59% 0.99% -
XYZ 49.16 32.26 23.04 -
YUV 150.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 253 104 125 0 0.59 0.51 0.01 351.54 0.97 0.7
Hex FD 68 7D 0 3B 33 1 160 61 46
Octal 375 150 175 0 73 63 1 540 141 106
Binary 11111101 1101000 1111101 0 111011 110011 1 101100000 1100001 1000110

Color Harmonies of #FD687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD687D

Black with #FD687D

Text Example


Text Example

White with #FD687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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