Html Css Color HEX #FD687F Brink Pink

📋 copy color: '#FD687F'

red 253 ◦ green 104 ◦ blue 127

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

Shades of Brink Pink #FD687F

Tints of Brink Pink #FD687F

RGB

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

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

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

R = 52.27%
G = 21.49%
B = 26.24%

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

#FD687F (or 0xFD687F) is known color: Brink Pink. HEX triplet: FD, 68 and 7F. RGB value is (253,104,127). Sum of RGB (Red+Green+Blue) = 253+104+127=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD687F is #029780. Grayscale: #979797. Windows color (decimal): -169857 or 8349949. OLE color: 8349949.

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

Color convert

RGB 253 104 127 -
CMYK 0 0.59 0.50 0.01
HSL 350.74º 0.97% 0.7% -
HSV(B) 350.74º 0.59% 0.99% -
XYZ 49.29 32.32 23.72 -
YUV 151.17 114.36 200.63 -
System Red Green Blue C M Y K H S L
Decimal 253 104 127 0 0.59 0.50 0.01 350.74 0.97 0.7
Hex FD 68 7F 0 3B 32 1 15F 61 46
Octal 375 150 177 0 73 62 1 537 141 106
Binary 11111101 1101000 1111111 0 111011 110010 1 101011111 1100001 1000110

Color Harmonies of #FD687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD687F

Black with #FD687F

Text Example


Text Example

White with #FD687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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